Skip to content
Snippets Groups Projects
Commit 19080ed7 authored by Maeva Pourpoint's avatar Maeva Pourpoint
Browse files

Merge branch 'versioning_scheme' into 'master'

Add new versioning scheme

See merge request passoft/refscrub!9
parents ee21c315 01d73cc4
No related branches found
No related tags found
1 merge request!9Add new versioning scheme
Pipeline #1445 passed with stage
in 1 minute and 16 seconds
package:
name: refscrub
version: 2020.216
version: 2022.1.0.0
source:
path: ../
......
......@@ -4,4 +4,4 @@
__author__ = """IRIS PASSCAL"""
__email__ = 'software-support@passcal.nmt.edu'
__version__ = '2020.216'
__version__ = '2022.1.0.0'
......@@ -28,7 +28,7 @@ import struct
import sys
from os.path import basename, getsize, isfile
PROG_VERSION = '2020.216'
PROG_VERSION = '2022.1.0.0'
VERBOSE = False
EXTRACT = False
SUMMARY_FILE = 'scrubsum.txt'
......
......@@ -45,6 +45,6 @@ setup(
name='refscrub',
packages=find_packages(include=['refscrub']),
url='https://git.passcal.nmt.edu/passoft/refscrub',
version='2020.216',
version='2022.1.0.0',
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