We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6befc2 commit bb6b0f3Copy full SHA for bb6b0f3
gatered/__init__.py
@@ -5,7 +5,7 @@
5
A utils for interacting with Reddit Gateway API (Web API).
6
"""
7
8
-__version__ = "0.3.1"
+__version__ = "1.0.0"
9
10
# Import error classes from httpx: https://www.python-httpx.org/exceptions/
11
from httpx import RequestError, HTTPStatusError
pyproject.toml
@@ -1,9 +1,9 @@
1
[tool.poetry]
2
name = "gatered"
3
-version = "0.3.1"
+version = "1.0.0"
4
description = "Reddit Gateway API Library"
authors = ["Darwin <[email protected]>"]
-license = "Apache"
+license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/CounterTek/gatered"
keywords = ["reddit", "reddit api"]
0 commit comments