[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[minion-cvs] Bump version to 0.0.4a



Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv1480

Modified Files:
	setup.py 
Log Message:
Bump version to 0.0.4a

Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- setup.py	20 Feb 2003 06:33:03 -0000	1.50
+++ setup.py	5 Mar 2003 21:34:01 -0000	1.51
@@ -22,9 +22,9 @@
 
 os.umask(022)
 
-VERSION = '0.0.3'
+VERSION = '0.0.4alpha'
 # System: 0==alpha, 50==beta, 99==release candidate, 100==release
-VERSION_INFO = (0,0,3,100,-1)
+VERSION_INFO = (0,0,4,0,-1)
 
 # Function to pull openssl version number out of an opensslv.h file.  This
 # isn't a real C preprocessor, but it seems to work well enough.