Updated version number to v2.4.1

This commit is contained in:
Yentl Van Tendeloo 2017-04-06 08:33:03 +02:00
parent 3533f46f0c
commit 23b33fd9a3
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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",