Skip to content
Snippets Groups Projects
Commit 2f28a8ce authored by Omid Hosseini's avatar Omid Hosseini
Browse files

Fix the build issue

parent e41753da
No related branches found
No related tags found
2 merge requests!44Resolve "FIx build issue for the new conda-build version",!41Resolve "FIx build issue for the new conda-build version"
package:
name: nexus-passoft
version: "2023.4.6.2"
version: "2023.4.6.3"
source:
path: ../
......@@ -17,6 +17,7 @@ requirements:
build:
- python >=3.9
- pip
- setuptools
run:
- python >=3.9
......
......@@ -4,4 +4,4 @@
__author__ = """IRIS PASSCAL"""
__email__ = 'software-support@passcal.nmt.edu'
__version__ = '2023.4.6.2'
__version__ = '2023.4.6.3'
[bumpversion]
current_version = 2023.4.0.0
current_version = 2023.4.6.3
commit = True
tag = True
......
......@@ -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.2',
version='2023.4.6.3',
zip_safe=False,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment