diff --git a/.travis.yml b/.travis.yml index b5868b6..721fe42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,15 +26,15 @@ matrix: - python: 'pypy3.8-7.3.9' # at 7.3.11 env: - - python: 'pypy3.9-7.3.9' # at 7.3.13 + - python: 'pypy3.9-7.3.9' # at 7.3.15 env: - - python: 'pypy3.10-7.3.13' + - python: 'pypy3.10-7.3.15' env: allow_failures: - python: '3.13-dev' - - python: 'pypy3.10-7.3.13' # CI missing + - python: 'pypy3.10-7.3.15' # CI missing fast_finish: true cache: diff --git a/setup.cfg b/setup.cfg index 80f13e7..9465eab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,9 @@ [egg_info] -tag_build = .dev0 +#tag_build = .dev0 [bdist_wheel] #python-tag = py3 -#plat-name = manylinux_2_24_x86_64 +#plat-name = manylinux_2_28_x86_64 [sdist] #formats=zip,gztar diff --git a/version.py b/version.py index e5798db..452ddff 100644 --- a/version.py +++ b/version.py @@ -5,7 +5,7 @@ # License: 3-clause BSD. The full license text is available at: # - https://github.com/uqfoundation/pygrace/blob/master/LICENSE -__version__ = '1.4.dev0' +__version__ = '1.4'#.dev0' __author__ = 'Mike McKerns' __contact__ = 'mmckerns@uqfoundation.org'