diff --git a/doc/conf.py b/doc/conf.py index 736913c..f1cfcef 100644 --- a/doc/conf.py +++ b/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. diff --git a/src/setup.py b/src/setup.py index 7d60953..59227ad 100644 --- a/src/setup.py +++ b/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",