From: Agnibho Mondal Date: Thu, 22 Mar 2018 07:06:32 +0000 (+0530) Subject: Bumped version to 1.1 X-Git-Url: https://code.agnibho.com/repo?a=commitdiff_plain;p=statin.git Bumped version to 1.1 --- diff --git a/setup.py b/setup.py index bee484e..c77d324 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ along with Statin. If not, see . 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" ]