From d43d52e55e2d22eacbfae0f526e4717458efd185 Mon Sep 17 00:00:00 2001 From: Paul Vincent Craven Date: Sun, 15 Dec 2019 10:39:00 -0600 Subject: [PATCH] Update version number and add Python 3.8 to list of ok Pythons. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b71ea0b..1ff9a20 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from os import path from setuptools import setup # type: ignore BUILD = 0 -VERSION = "0.9.0" +VERSION = "0.9.1" RELEASE = VERSION if __name__ == "__main__": @@ -32,6 +32,7 @@ if __name__ == "__main__": "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development :: Libraries :: Python Modules", ],