Skip to content

Commit

Permalink
version bump and tags update
Browse files Browse the repository at this point in the history
  • Loading branch information
raghur committed Jun 4, 2017
1 parent bf19fb2 commit cd14c99
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def readme():


setup(name="EasyBlogger",
version="1.3.0",
version="2.0.0",
author="Raghu Rajagopalan",
author_email="[email protected]",
description=("A (very) easy CLI interface to Blogger blogs"),
Expand All @@ -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"
],
)

0 comments on commit cd14c99

Please sign in to comment.