Browse Source

Updated version number to v2.4.1

Yentl Van Tendeloo 8 years ago
parent
commit
23b33fd9a3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      doc/conf.py
  2. 1 1
      src/setup.py

+ 1 - 1
doc/conf.py

@@ -51,7 +51,7 @@ copyright = u'2016, Yentl Van Tendeloo'
 # The short X.Y version.
 version = '2.4'
 # The full version, including alpha/beta/rc tags.
-release = '2.4.0'
+release = '2.4.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

+ 1 - 1
src/setup.py

@@ -1,7 +1,7 @@
 from distutils.core import setup
 
 setup(name="PyPDEVS",
-      version="2.4.0",
+      version="2.4.1",
       description="Python Parallel DEVS simulator",
       author="Yentl Van Tendeloo",
       author_email="Yentl.VanTendeloo@uantwerpen.be",