Skip to content

Commit bb6b0f3

Browse files
committed
bump to 1.0.0
1 parent b6befc2 commit bb6b0f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.3.1"
8+
__version__ = "1.0.0"
99

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tool.poetry]
22
name = "gatered"
3-
version = "0.3.1"
3+
version = "1.0.0"
44
description = "Reddit Gateway API Library"
55
authors = ["Darwin <[email protected]>"]
6-
license = "Apache"
6+
license = "Apache-2.0"
77
readme = "README.md"
88
repository = "https://github.com/CounterTek/gatered"
99
keywords = ["reddit", "reddit api"]

0 commit comments

Comments
 (0)