Skip to content

Commit 4080450

Browse files
committed
bump version to v0.3.0
1 parent d2b6b13 commit 4080450

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
APP=postdoc
2-
VERSION=0.2.0
2+
VERSION=0.3.0
33

44

55
clean:

postdoc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from urlparse import urlparse
1313

1414

15-
__version__ = '0.2.0'
15+
__version__ = '0.3.0'
1616

1717
# DEPRECATED, too many commands to whitelist now
1818
# http://www.postgresql.org/docs/9.3/static/reference-client.html

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='postdoc',
6-
version='0.2.0',
6+
version='0.3.0',
77
description='A helper for Postgres + Docker that works for free',
88
long_description=open('README.rst').read(),
99
author='Chris Chang',

0 commit comments

Comments
 (0)