Add support language versions and bumped to 1.4.0
[rainbowstream.git] / setup.py
index 2b7b15eb0b3431f01dc85a4a3b0ab40574a02bff..2e2cb6ccc1499c21c813757ed404cb5614a4c4b5 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ else:
     from shlex import quote
 
 # Bumped version
-version = '1.3.5'
+version = '1.4.0'
 
 # Require
 install_requires = [
@@ -53,6 +53,8 @@ setup(name='rainbowstream',
           "Programming Language :: Python :: 3.3",
           "Programming Language :: Python :: 3.4",
           "Programming Language :: Python :: 3.5",
+          "Programming Language :: Python :: 3.6",
+          "Programming Language :: Python :: 3.7",
           "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries",
           "Topic :: Utilities",
           "License :: OSI Approved :: MIT License",