bump version numbers

This commit is contained in:
gimick 2010-07-30 22:52:03 +01:00
parent a493e22c54
commit 841cb85f0b
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ import Configuration
import Exceptions
import Stats
VERSION = "0.20.902 plus git"
VERSION = "0.20.903"
class fpdb:

View File

@ -133,7 +133,7 @@ test_and_remove(dist_dir)
setup(
name = 'fpdb',
description = 'Free Poker DataBase',
version = '0.20.901',
version = '0.20.903',
windows = [ {'script': 'fpdb.pyw', "icon_resources": [(1, "../gfx/fpdb_large_icon.ico")]},
{'script': 'HUD_main.pyw', },