diff --git a/postdoc.py b/postdoc.py index 7f79ae0..560268d 100755 --- a/postdoc.py +++ b/postdoc.py @@ -12,7 +12,7 @@ from urlparse import urlparse -__version__ = '0.1.3' +__version__ = '0.1.4' # http://www.postgresql.org/docs/9.3/static/reference-client.html VALID_COMMANDS = ( diff --git a/setup.py b/setup.py index 2a211a4..9a553f4 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='postdoc', # hey, remember to update postdoc.__version__ too - version='0.1.3', + version='0.1.4', description='A helper for Postgres + Docker that works for free', long_description=open('README.rst').read(), author='Chris Chang',