Updated version number to v2.4.1
This commit is contained in:
parent
3533f46f0c
commit
23b33fd9a3
2 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ copyright = u'2016, Yentl Van Tendeloo'
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '2.4'
|
version = '2.4'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
|
||||||
setup(name="PyPDEVS",
|
setup(name="PyPDEVS",
|
||||||
version="2.4.0",
|
version="2.4.1",
|
||||||
description="Python Parallel DEVS simulator",
|
description="Python Parallel DEVS simulator",
|
||||||
author="Yentl Van Tendeloo",
|
author="Yentl Van Tendeloo",
|
||||||
author_email="Yentl.VanTendeloo@uantwerpen.be",
|
author_email="Yentl.VanTendeloo@uantwerpen.be",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue