diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 76ebe8304c8756f9ae5646997c244c63523460d0..682cfd40368c261dd8597529eff44683f4d88262 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 b5481e17a23e07909aafffb8c22f704eaf565a3d..cb661680e72c6081e9826f7b47e815023bde5644 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 9e54d29bfeab058fde9b35d39f82f759753d0835..5b7586c83e85956e71b6507ae607f25355689215 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, )