This commit is contained in:
Tom Keffer
2012-09-24 21:02:24 +00:00
parent 9a9b40ed03
commit ceca4e4bed
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
"""
import time
__version__="2.0.0a1"
__version__="2.0.0a2"
# Holds the program launch time in unix epoch seconds:
# Useful for calculating 'uptime.'

View File

@@ -29,7 +29,7 @@ debug = 1
socket_timeout = 20
# Current version
version = 2.0.0a1
version = 2.0.0a2
############################################################################################