Bump version to 0.12 in packaging

This commit is contained in:
Mika Bostrom 2009-10-26 17:49:37 +02:00
parent 6b7b46754c
commit 3435cb106e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
free-poker-tools (0.12-1) unstable; urgency=low
* New release
-- Mika Bostrom <bostik+fpdb@bostik.iki.fi> Mon, 26 Oct 2009 17:49:07 +0200
free-poker-tools (0.11.3+git20091023) unstable; urgency=low
* Snapshot release

View File

@ -5,7 +5,7 @@ from distutils.core import setup
setup(name = 'fpdb',
description = 'Free Poker Database',
version = '0.11.3',
version = '0.12',
author = 'FPDB team',
author_email = 'fpdb-main@lists.sourceforge.net',
packages = ['fpdb'],