We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b6b13 commit 4080450Copy full SHA for 4080450
Makefile
@@ -1,5 +1,5 @@
1
APP=postdoc
2
-VERSION=0.2.0
+VERSION=0.3.0
3
4
5
clean:
postdoc.py
@@ -12,7 +12,7 @@
12
from urlparse import urlparse
13
14
15
-__version__ = '0.2.0'
+__version__ = '0.3.0'
16
17
# DEPRECATED, too many commands to whitelist now
18
# http://www.postgresql.org/docs/9.3/static/reference-client.html
setup.py
@@ -3,7 +3,7 @@
setup(
name='postdoc',
6
- version='0.2.0',
+ version='0.3.0',
7
description='A helper for Postgres + Docker that works for free',
8
long_description=open('README.rst').read(),
9
author='Chris Chang',
0 commit comments