Skip to content

Commit 3da6749

Browse files
committed
bump 0.2.0 -> 0.2.1
1 parent 21d6a9e commit 3da6749

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ The library provides easy functions to get start fast:
3333

3434
Alternatively you can directly use `Client` and `PushShiftAPI` classes to implement your own logics.
3535

36-
Check the `examples` folder to learn more.
36+
Errors can be handled with either `RequestError` or `HTTPStatusError`, see [httpx exceptions](https://www.python-httpx.org/exceptions/) to learn more.
37+
38+
See the `examples` folder to learn more.
3739

3840
## Documentation
3941

gatered/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
A utils for interacting with Reddit Gateway API (Web API).
66
"""
77

8-
__version__ = "0.2.0"
8+
__version__ = "0.2.1"
99

1010
# Import error classes from httpx: https://www.python-httpx.org/exceptions/
1111
from httpx import RequestError, HTTPStatusError

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gatered"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Reddit Gateway API Library"
55
authors = ["Darwin <[email protected]>"]
66
license = "Apache"

0 commit comments

Comments
 (0)