From 787eda864193a5d50a7ed15a5ff73b1eb7c354f8 Mon Sep 17 00:00:00 2001 From: crccheck Date: Mon, 9 Jun 2014 11:45:38 -0500 Subject: [PATCH] bump to v0.2.0 --- postdoc.py | 3 ++- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/postdoc.py b/postdoc.py index c45d5f9..0f37ca7 100755 --- a/postdoc.py +++ b/postdoc.py @@ -12,7 +12,8 @@ from urlparse import urlparse -__version__ = '0.1.4' +__name__ = 'postdoc' +__version__ = '0.2.0' # DEPRECATED, too many commands to whitelist now # http://www.postgresql.org/docs/9.3/static/reference-client.html diff --git a/setup.py b/setup.py index 9a553f4..cac2eaf 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='postdoc', # hey, remember to update postdoc.__version__ too - version='0.1.4', + version='0.2.0', description='A helper for Postgres + Docker that works for free', long_description=open('README.rst').read(), author='Chris Chang', @@ -22,7 +22,7 @@ ], test_suite='test_postdoc', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Environment :: Console', 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python',