Bump version.
authorRadek Brich <brich.radek@ifortuna.cz>
Wed, 10 Apr 2013 11:22:15 +0200
changeset 82 7b82dc1fb6f5
parent 81 f709b1c7ca0c
child 83 515fadd3d286
Bump version.
doc/conf.py
setup.py
--- a/doc/conf.py	Wed Apr 03 15:57:36 2013 +0200
+++ b/doc/conf.py	Wed Apr 10 11:22:15 2013 +0200
@@ -49,9 +49,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '0.1'
+version = '0.3.1'
 # The full version, including alpha/beta/rc tags.
-release = '0.1'
+release = '0.3.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
--- a/setup.py	Wed Apr 03 15:57:36 2013 +0200
+++ b/setup.py	Wed Apr 10 11:22:15 2013 +0200
@@ -4,7 +4,7 @@
 
 setup(
     name='pgtoolkit',
-    version='0.3.0',
+    version='0.3.1',
     description='Postgres utilities, build on top of psycopg2',
     author='Radek Brich',
     author_email='radek.brich@devl.cz',