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

Merge branch '64-fix-build-issue-for-the-new-conda-build-version' into 'master'

Resolve "FIx build issue for the new conda-build version"

Closes #64

See merge request !41
parents e41753da 9cb1024c
2 merge requests!45Draft: I63 remove unused modules,!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