]> Softwares of Agnibho - statin.git/commitdiff
Bumped version to 1.1 master
authorAgnibho Mondal <mondal@agnibho.com>
Thu, 22 Mar 2018 07:06:32 +0000 (12:36 +0530)
committerAgnibho Mondal <mondal@agnibho.com>
Thu, 22 Mar 2018 07:06:32 +0000 (12:36 +0530)
setup.py

index bee484ec00b1c5a8b08c71faac1f3cc06dfcfb87..c77d324b7801a3e003cbef7e84c896f1032136e2 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ along with Statin.  If not, see <http://www.gnu.org/licenses/>.
 from setuptools import setup
 
 setup(name = "statin",
-      version = "1.0",
+      version = "1.1",
       description = "Static html files generator",
       author = "Agnibho Mondal",
       author_email = "contact@agnibho.com",
@@ -39,6 +39,7 @@ setup(name = "statin",
           "Natural Language :: English",
           "Operating System :: POSIX",
           "Operating System :: Unix",
+          "Programming Language :: Python :: 3.5",
           "Programming Language :: Python :: 3 :: Only",
           "Topic :: Software Development :: Code Generators"
           ]