Skip to content

Commit

Permalink
chore: bump up version + add support for Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chmod77 committed Jan 5, 2021
1 parent 9d254d4 commit a45df8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
setup(
name="dfuse",
packages=find_packages(),
version="0.0.7",
version="0.0.8",
description="Python wrapper around the dfuse.io API.",
author="chmod77",
author_email="[email protected]",
Expand Down Expand Up @@ -49,6 +49,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Software Development :: Libraries :: Python Modules",
],
long_description=long_description,
Expand Down

0 comments on commit a45df8c

Please sign in to comment.