comparison setup.py @ 601:73bdeb3d3f7e pyweek12

Bump version to 0.2
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 10 Apr 2011 20:07:19 +0200
parents 62666b542afe
children 97469338e088 672e6e7ecfe9
comparison
equal deleted inserted replaced
600:50ba0275a3a3 601:73bdeb3d3f7e
9 try: 9 try:
10 import py2exe 10 import py2exe
11 except ImportError: 11 except ImportError:
12 pass 12 pass
13 13
14 VERSION_STR = "0.1" 14 VERSION_STR = "0.2"
15 15
16 setup ( # Metadata 16 setup ( # Metadata
17 name = "nine-tales", 17 name = "nine-tales",
18 version = VERSION_STR, 18 version = VERSION_STR,
19 description = "Nine Tales of the Kitsune: Platformer for PyWeek 12", 19 description = "Nine Tales of the Kitsune: Platformer for PyWeek 12",