Update of /cvsroot/pyode/pyode
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6542
Modified Files:
setup.py
Log Message:
Incremented version number to 1.1.0.
Index: setup.py
===================================================================
RCS file: /cvsroot/pyode/pyode/setup.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** setup.py 30 Nov 2004 08:00:25 -0000 1.8
--- setup.py 8 Jul 2005 08:56:37 -0000 1.9
***************
*** 170,174 ****
# Compile the module
setup(name = "PyODE",
! version = "1.0.0",
description = "Python wrapper for the Open Dynamics Engine",
author = "see file AUTHORS",
--- 170,174 ----
# Compile the module
setup(name = "PyODE",
! version = "1.1.0",
description = "Python wrapper for the Open Dynamics Engine",
author = "see file AUTHORS",
|