Skip to content

Commit

Permalink
bump to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Jun 9, 2014
1 parent 5824f30 commit 787eda8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion postdoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 787eda8

Please sign in to comment.