diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2011-06-30 14:43:33 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2011-08-09 11:44:30 +0100 |
commit | e3b32dcee15b51897a19fb7af4afa5881af35d8f (patch) | |
tree | a19eac41b2c8beb652e1bd39792e5833d6f37d5a /setup.py | |
parent | 30a046c602af1dcbf7ca93771b0dc740aa64dffb (diff) | |
download | psycopg2-e3b32dcee15b51897a19fb7af4afa5881af35d8f.tar.gz |
Bump to next dev version
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ except ImportError: # Take a look at http://www.python.org/dev/peps/pep-0386/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.4.2' +PSYCOPG_VERSION = '2.4.3.dev0' version_flags = ['dt', 'dec'] |