We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b256df6 commit 0483fdcCopy full SHA for 0483fdc
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.17
+current_version = 0.3.18
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
Dockerfile
@@ -29,4 +29,4 @@ RUN eodash_catalog --help
29
30
CMD ["eodash_catalog"]
31
32
-LABEL version="0.3.17"
+LABEL version="0.3.18"
src/eodash_catalog/__about__.py
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024-present Daniel Santillan <[email protected]>
#
# SPDX-License-Identifier: MIT
-__version__ = "0.3.17"
+__version__ = "0.3.18"
0 commit comments