From ff82b2b418e02a5f8b9f0d468266435605ed66ce Mon Sep 17 00:00:00 2001 From: Maeva Pourpoint <maeva@passcal.nmt.edu> Date: Mon, 22 Apr 2024 13:39:19 -0600 Subject: [PATCH] Increase version number (patch) --- 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 720281c3..3d4187a5 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: nexus-passoft - version: "2023.4.6.0" + version: "2023.4.6.1" source: path: ../ diff --git a/nexus/__init__.py b/nexus/__init__.py index aabd1660..067e7872 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.6.0' +__version__ = '2023.4.6.1' diff --git a/setup.py b/setup.py index 470e82c5..fb80664a 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.0', + version='2023.4.6.1', zip_safe=False, ) -- GitLab