diff --git a/setup.py b/setup.py index 8e6e0126..c4280e68 100644 --- a/setup.py +++ b/setup.py @@ -669,7 +669,7 @@ def fortran_extensionlists(self): NAME = "Assimulo" AUTHOR = u"C. Winther (Andersson), C. Führer, J. Åkesson, M. Gäfvert" AUTHOR_EMAIL = "christian.winther@modelon.com" -VERSION = "3.5.0" if version_number_arg == "Default" else version_number_arg +VERSION = "3.5.1" if version_number_arg == "Default" else version_number_arg LICENSE = "LGPL" URL = "http://www.jmodelica.org/assimulo" DOWNLOAD_URL = "http://www.jmodelica.org/assimulo"