From 167b18cdeb25b7415df06e028feaae828fba8673 Mon Sep 17 00:00:00 2001 From: Adam Blackburn Date: Wed, 22 Apr 2009 22:02:31 +0800 Subject: [PATCH] Updated version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 298e894..ffa05c0 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ import subprocess # Be sure to keep this updated! # VERSIONNUMBER -VERSION_NUM = '1.6.0a1' +VERSION_NUM = '1.6.0a2' # REVISION_NUM is automatically updated REVISION_NUM = 'unknown' CURSES_REVNO = 'uimod'