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 9992edf commit cc1f3e1Copy full SHA for cc1f3e1
setup.py
@@ -7,15 +7,15 @@
7
setup(
8
name="reddit-python-api",
9
packages=["redditpythonapi"],
10
- version="0.2",
+ version="0.3",
11
license="GPLv3",
12
description="A simple Reddit Python API",
13
long_description=long_description,
14
long_description_content_type="text/markdown",
15
author="Electronic Mango",
16
author_email="78230210+Electronic-Mango@users.noreply.github.com",
17
url="https://github.com/Electronic-Mango/reddit-python-api",
18
- download_url="https://github.com/Electronic-Mango/reddit-python-api/releases/tag/0.2",
+ download_url="https://github.com/Electronic-Mango/reddit-python-api/releases/tag/0.3",
19
keywords=["reddit", "api"],
20
install_requires=["httpx"],
21
classifiers=[
0 commit comments