From a45df8cca6b0564d3175ca91b5917dbc570c1885 Mon Sep 17 00:00:00 2001 From: chmodx Date: Tue, 5 Jan 2021 19:54:23 +0300 Subject: [PATCH] chore: bump up version + add support for Python 3.9 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,