diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 4ebacf82ce1784f36bd542ac279d2989e7d75694..96a98a19f3a24ceae291693dc9a5a8bf676984fd 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: nexus-passoft - version: "2023.4.6.3" + version: "2024.4.6.3" source: path: ../ diff --git a/setup.cfg b/setup.cfg index b84eb502f8136661bde1c28cab40f7689ff23164..a242af3a43f683c97f2e09b7fae9f6b6a7092c1b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2023.4.6.3 +current_version = 2024.4.6.3 commit = True tag = True diff --git a/setup.py b/setup.py index 904b93a69d4c4c141cf6f929edc581ddd8c404cf..d5290cf60cc5b32e593eaab5ce5fb4bea943aaaf 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,6 @@ setup( packages=find_packages(include=['nexus']), test_suite='tests', url='https://git.passcal.nmt.edu/software_public/passoft/nexus', - version='2023.4.6.3', + version='2024.4.6.3', zip_safe=False, )