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 ef71158 commit 2444fe2Copy full SHA for 2444fe2
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.13
+current_version = 0.3.14
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.13"
+LABEL version="0.3.14"
src/eodash_catalog/__about__.py
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024-present Daniel Santillan <[email protected]>
#
# SPDX-License-Identifier: MIT
-__version__ = "0.3.13"
+__version__ = "0.3.14"
0 commit comments