Skip to content

Commit

Permalink
update version of wrapper; all 3 minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
smiet committed Jun 26, 2024
1 parent 8725b46 commit c7a7c39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Utilities/pythontools/py_spec/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setup(
name="spec",
version="0.0.2",
version="0.0.3",
#license="MIT",
packages=['spec'],
package_dir={'': 'Utilities/python_wrapper'},
Expand Down
2 changes: 1 addition & 1 deletion src/global.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c7a7c39

Please sign in to comment.