diff --git a/pyproject.toml b/pyproject.toml index 2789589fd..49902b667 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "swiftest" -version = "2023.10.1" +version = "2023.10.2" authors=[ {name = 'David A. Minton', email='daminton@purdue.edu'}, {name = 'Carlisle Wishard'}, diff --git a/src/globals/globals_module.f90 b/src/globals/globals_module.f90 index def76b400..d7d00e085 100644 --- a/src/globals/globals_module.f90 +++ b/src/globals/globals_module.f90 @@ -48,7 +48,7 @@ module globals integer(I4B), parameter :: UPPERCASE_OFFSET = iachar('A') - iachar('a') !! ASCII character set parameter for lower to upper !! conversion - offset between upper and lower - character(*), parameter :: VERSION = "2023.10.1" !! Swiftest version + character(*), parameter :: VERSION = "2023.10.2" !! Swiftest version !> Symbolic name for integrator types character(*), parameter :: UNKNOWN_INTEGRATOR = "UKNOWN INTEGRATOR" diff --git a/version.txt b/version.txt index ea516b56c..d0d0c6122 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2023.10.1 \ No newline at end of file +2023.10.2 \ No newline at end of file