From 3d9b0a53940148f00532d827c260e1c20650a37b Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Thu, 22 Mar 2018 12:36:32 +0530 Subject: [PATCH] Bumped version to 1.1 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ] -- 2.39.5