renumSeq 2.1.0__tar.gz → 2.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {renumseq-2.1.0 → renumseq-2.1.1}/LICENSE +1 -1
- {renumseq-2.1.0 → renumseq-2.1.1}/PKG-INFO +1 -1
- {renumseq-2.1.0 → renumseq-2.1.1}/renumSeq.egg-info/PKG-INFO +1 -1
- {renumseq-2.1.0 → renumseq-2.1.1}/renumseq/__main__.py +3 -3
- {renumseq-2.1.0 → renumseq-2.1.1}/setup.py +1 -1
- {renumseq-2.1.0 → renumseq-2.1.1}/README.md +0 -0
- {renumseq-2.1.0 → renumseq-2.1.1}/renumSeq.egg-info/SOURCES.txt +0 -0
- {renumseq-2.1.0 → renumseq-2.1.1}/renumSeq.egg-info/dependency_links.txt +0 -0
- {renumseq-2.1.0 → renumseq-2.1.1}/renumSeq.egg-info/entry_points.txt +0 -0
- {renumseq-2.1.0 → renumseq-2.1.1}/renumSeq.egg-info/requires.txt +0 -0
- {renumseq-2.1.0 → renumseq-2.1.1}/renumSeq.egg-info/top_level.txt +0 -0
- {renumseq-2.1.0 → renumseq-2.1.1}/renumseq/__init__.py +0 -0
- {renumseq-2.1.0 → renumseq-2.1.1}/setup.cfg +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# 3-Clause BSD License
|
|
4
4
|
#
|
|
5
|
-
# Copyright (c) 2008-
|
|
5
|
+
# Copyright (c) 2008-2026, James Philip Rowell,
|
|
6
6
|
# Alpha Eleven Incorporated
|
|
7
7
|
# www.alpha-eleven.com
|
|
8
8
|
# All rights reserved.
|
|
@@ -54,7 +54,7 @@ import glob
|
|
|
54
54
|
# MINOR version for added functionality in a backwards compatible manner
|
|
55
55
|
# PATCH version for backwards compatible bug fixes
|
|
56
56
|
#
|
|
57
|
-
VERSION = "2.1.
|
|
57
|
+
VERSION = "2.1.1"
|
|
58
58
|
|
|
59
59
|
PROG_NAME = "renumseq"
|
|
60
60
|
|
|
@@ -144,7 +144,7 @@ def main():
|
|
|
144
144
|
$ lsseq
|
|
145
145
|
aaa.[011-015].tif
|
|
146
146
|
'''),
|
|
147
|
-
usage="%(prog)s [OPTION]... [SEQ]...")
|
|
147
|
+
usage="%(prog)s [-h | --help] [OPTION]... [SEQ]...")
|
|
148
148
|
|
|
149
149
|
p.add_argument("--version", action="version", version=VERSION)
|
|
150
150
|
|
|
@@ -14,7 +14,7 @@ long_description = (here / 'README.md').read_text(encoding='utf-8')
|
|
|
14
14
|
|
|
15
15
|
setup(
|
|
16
16
|
name = 'renumSeq',
|
|
17
|
-
version = '2.1.
|
|
17
|
+
version = '2.1.1',
|
|
18
18
|
description='Tool to renumber image sequences.',
|
|
19
19
|
long_description=long_description,
|
|
20
20
|
long_description_content_type='text/markdown',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|