diff --git a/Makefile b/Makefile index 389993b..598f6ee 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ APP=postdoc -VERSION=0.2.0 +VERSION=0.3.0 clean: diff --git a/postdoc.py b/postdoc.py index 8826615..f1f20fb 100755 --- a/postdoc.py +++ b/postdoc.py @@ -12,7 +12,7 @@ from urlparse import urlparse -__version__ = '0.2.0' +__version__ = '0.3.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 2abb19a..b155e5c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='postdoc', - version='0.2.0', + version='0.3.0', description='A helper for Postgres + Docker that works for free', long_description=open('README.rst').read(), author='Chris Chang',