From cd14c99f7bd1d965f47a97ab82f4fc6dc6c5ac16 Mon Sep 17 00:00:00 2001 From: Raghu Rajagopalan Date: Sun, 4 Jun 2017 19:16:27 +0530 Subject: [PATCH] version bump and tags update --- setup.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 68f6d22..4860f3c 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def readme(): setup(name="EasyBlogger", - version="1.3.0", + version="2.0.0", author="Raghu Rajagopalan", author_email="raghu.nospam@gmail.com", description=("A (very) easy CLI interface to Blogger blogs"), @@ -38,6 +38,10 @@ def readme(): classifiers=[ "Development Status :: 5 - Production/Stable", "Topic :: Utilities", - "License :: OSI Approved :: Apache Software License", + "Topic :: Internet :: WWW/HTTP :: Site Management", + "License :: OSI Approved :: BSD License", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6" ], )