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

Update version to 2024

parent d5c44ff7
No related branches found
No related tags found
1 merge request!13Resolve "FIx build issue for the new conda-build version"
Pipeline #4278 passed with stage
in 14 seconds
This commit is part of merge request !13. Comments created here will be created in the context of that merge request.
...@@ -105,3 +105,6 @@ ENV/ ...@@ -105,3 +105,6 @@ ENV/
.idea/ .idea/
.DS_Store .DS_Store
# vscode
.vscode/
package: package:
name: refscrub name: refscrub
version: 2023.2.0.1 version: 2024.2.0.1
source: source:
path: ../ path: ../
......
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
__author__ = """IRIS PASSCAL""" __author__ = """IRIS PASSCAL"""
__email__ = 'software-support@passcal.nmt.edu' __email__ = 'software-support@passcal.nmt.edu'
__version__ = '2023.2.0.1' __version__ = '2024.2.0.1'
...@@ -28,7 +28,7 @@ import struct ...@@ -28,7 +28,7 @@ import struct
import sys import sys
from os.path import basename, getsize, isfile from os.path import basename, getsize, isfile
PROG_VERSION = '2023.2.0.1' PROG_VERSION = '2024.2.0.1'
VERBOSE = False VERBOSE = False
EXTRACT = False EXTRACT = False
SUMMARY_FILE = 'scrubsum.txt' SUMMARY_FILE = 'scrubsum.txt'
......
...@@ -43,6 +43,6 @@ setup( ...@@ -43,6 +43,6 @@ setup(
name='refscrub', name='refscrub',
packages=find_packages(include=['refscrub']), packages=find_packages(include=['refscrub']),
url='https://git.passcal.nmt.edu/software_public/passoft/refscrub', url='https://git.passcal.nmt.edu/software_public/passoft/refscrub',
version='2023.2.0.1', version='2024.2.0.1',
zip_safe=False, 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