From 561f76848ae54918181cfce33cb880b348995808 Mon Sep 17 00:00:00 2001 From: Maeva Pourpoint <maeva@passcal.nmt.edu> Date: Mon, 22 Apr 2024 14:39:29 -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 3d4187a5..45a3a066 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: nexus-passoft - version: "2023.4.6.1" + version: "2023.4.6.2" source: path: ../ diff --git a/nexus/__init__.py b/nexus/__init__.py index 067e7872..a09e3895 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.1' +__version__ = '2023.4.6.2' diff --git a/setup.py b/setup.py index fb80664a..6663c670 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.1', + version='2023.4.6.2', zip_safe=False, ) -- GitLab