Skip to content

Commit 9408880

Browse files
committed
pull request "Add backwards compatibility for older skimage" accepted
1 parent 5a61f99 commit 9408880

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

planetary_system_stacker/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from miscellaneous import Miscellaneous
3434

3535
# Set the current software version.
36-
PSS_Version = "PlanetarySystemStacker 0.9.3"
36+
PSS_Version = "PlanetarySystemStacker 0.9.4"
3737
# PSS_Version = "PlanetarySystemStacker"
3838

3939

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.md", "r") as fh:
44
long_description = fh.read()
55

6-
release_tag = "0.9.3"
6+
release_tag = "0.9.4"
77

88
setuptools.setup(
99
name="planetary-system-stacker",

setup_linux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.md", "r") as fh:
44
long_description = fh.read()
55

6-
release_tag = "0.9.3.2"
6+
release_tag = "0.9.4.2"
77

88
setuptools.setup(
99
name="planetary-system-stacker",

setup_macos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.md", "r") as fh:
44
long_description = fh.read()
55

6-
release_tag = "0.9.3.3"
6+
release_tag = "0.9.4.3"
77

88
setuptools.setup(
99
name="planetary-system-stacker",

setup_windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.md", "r") as fh:
44
long_description = fh.read()
55

6-
release_tag = "0.9.3.1"
6+
release_tag = "0.9.4.1"
77

88
setuptools.setup(
99
name="planetary-system-stacker",

0 commit comments

Comments
 (0)