Bump version.

This commit is contained in:
Aldo Cortesi 2013-06-16 13:38:39 +12:00
parent 00cf889837
commit 73f8a1e2e0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
IVERSION = (0, 9)
IVERSION = (0, 9, 1)
VERSION = ".".join(str(i) for i in IVERSION)
NAME = "netlib"
NAMEVERSION = NAME + " " + VERSION