diff --git a/Utilities/pythontools/py_spec/__init__.py b/Utilities/pythontools/py_spec/__init__.py index 5203a4a5..2add5e0e 100644 --- a/Utilities/pythontools/py_spec/__init__.py +++ b/Utilities/pythontools/py_spec/__init__.py @@ -1,5 +1,5 @@ # import of all SPEC-related python scripts. -__version__ = "3.3.3" +__version__ = "3.3.4" from .ci import test from .input.spec_namelist import SPECNamelist diff --git a/setup.py b/setup.py index b42480ee..e0ac7fad 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup( name="spec", - version="0.0.2", + version="0.0.3", #license="MIT", packages=['spec'], package_dir={'': 'Utilities/python_wrapper'}, diff --git a/src/global.f90 b/src/global.f90 index b5084e07..1429473f 100644 --- a/src/global.f90 +++ b/src/global.f90 @@ -66,7 +66,7 @@ module constants REAL, parameter :: mu0 = 2.0E-07 * pi2 !< \f$4\pi\cdot10^{-7}\f$ REAL, parameter :: goldenmean = 1.618033988749895 !< golden mean = \f$( 1 + \sqrt 5 ) / 2\f$ ; - REAL, parameter :: version = 3.22 !< version of SPEC + REAL, parameter :: version = 3.23 !< version of SPEC end module constants