Skip to content

Commit cc1f3e1

Browse files
Update version to 0.3
1 parent 9992edf commit cc1f3e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
setup(
88
name="reddit-python-api",
99
packages=["redditpythonapi"],
10-
version="0.2",
10+
version="0.3",
1111
license="GPLv3",
1212
description="A simple Reddit Python API",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
1515
author="Electronic Mango",
1616
author_email="78230210+Electronic-Mango@users.noreply.github.com",
1717
url="https://github.com/Electronic-Mango/reddit-python-api",
18-
download_url="https://github.com/Electronic-Mango/reddit-python-api/releases/tag/0.2",
18+
download_url="https://github.com/Electronic-Mango/reddit-python-api/releases/tag/0.3",
1919
keywords=["reddit", "api"],
2020
install_requires=["httpx"],
2121
classifiers=[

0 commit comments

Comments
 (0)