Merge pull request #162 from Tak-MK/patch-1
[rainbowstream.git] / setup.py
index b04ce8e6159a29433ca16fc5dd64af4a81f0c289..b36df7bf3407ca3f6b77677b3b4a666e91ade1c5 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ import os
 import os.path
 
 # Bumped version
-version = '1.3.1'
+version = '1.3.3'
 
 # Require
 install_requires = [
@@ -39,6 +39,7 @@ setup(name='rainbowstream',
           "Programming Language :: Python :: 3.2",
           "Programming Language :: Python :: 3.3",
           "Programming Language :: Python :: 3.4",
+          "Programming Language :: Python :: 3.5",
           "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries",
           "Topic :: Utilities",
           "License :: OSI Approved :: MIT License",