Update version to 0.20

This commit is contained in:
Mika Bostrom 2010-07-08 11:26:16 +03:00
parent 4d4d6f297f
commit 6443c7f1d8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
free-poker-tools (0.20-1) unstable; urgency=low
* 0.20 release
-- Mika Bostrom <bostik+fpdb@bostik.iki.fi> Thu, 08 Jul 2010 11:25:36 +0300
free-poker-tools (0.20~git20100630) unstable; urgency=low
* Snapshot release

View File

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