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 778d119 commit ad69b43Copy full SHA for ad69b43
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.15
+current_version = 0.3.16
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.15"
+LABEL version="0.3.16"
src/eodash_catalog/__about__.py
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024-present Daniel Santillan <[email protected]>
#
# SPDX-License-Identifier: MIT
-__version__ = "0.3.15"
+__version__ = "0.3.16"
0 commit comments