diff --git a/setup.py b/setup.py index 6298756..ce12bb8 100644 --- a/setup.py +++ b/setup.py @@ -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="ch33s3codes@gmail.com", @@ -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,