Bump version.
--- 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',