From fab6749ad61c98abe8615795c36bdf553d2ca7be Mon Sep 17 00:00:00 2001 From: Maeva Pourpoint <maeva@passcal.nmt.edu> Date: Fri, 8 Mar 2024 13:41:46 -0700 Subject: [PATCH] Increase version number (minor) --- conda-recipe/meta.yaml | 2 +- nexus/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 76ebe830..682cfd40 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: nexus-passoft - version: "2023.4.3.0" + version: "2023.4.4.0" source: path: ../ diff --git a/nexus/__init__.py b/nexus/__init__.py index b5481e17..cb661680 100644 --- a/nexus/__init__.py +++ b/nexus/__init__.py @@ -4,4 +4,4 @@ __author__ = """IRIS PASSCAL""" __email__ = 'software-support@passcal.nmt.edu' -__version__ = '2023.4.3.0' +__version__ = '2023.4.4.0' diff --git a/setup.py b/setup.py index 9e54d29b..5b7586c8 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,6 @@ setup( packages=find_packages(include=['nexus']), test_suite='tests', url='https://git.passcal.nmt.edu/software_public/passoft/nexus', - version='2023.4.3.0', + version='2023.4.4.0', zip_safe=False, ) -- GitLab