Update of /cvsroot/pymerase/pymerase/pymerase
In directory sc8-pr-cvs1:/tmp/cvs-serv21393
Modified Files:
__init__.py
Log Message:
Removed #! script header for modules
Changed version number
Index: __init__.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/pymerase/__init__.py,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** __init__.py 4 Apr 2003 03:16:26 -0000 1.33
--- __init__.py 9 May 2003 19:10:07 -0000 1.34
***************
*** 1,3 ****
- #!/usr/bin/env python
###########################################################################
# #
--- 1,2 ----
***************
*** 60,64 ****
##################
#PYMERASE VERSION#
! VERSION = "v0.1"
##################
--- 59,63 ----
##################
#PYMERASE VERSION#
! VERSION = "v0.1.99.0"
##################
|