We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8dc7b commit c195681Copy full SHA for c195681
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.34
+current_version = 0.3.35
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.34"
+LABEL version="0.3.35"
src/eodash_catalog/__about__.py
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024-present Daniel Santillan <daniel.santillan@eox.at>
#
# SPDX-License-Identifier: MIT
-__version__ = "0.3.34"
+__version__ = "0.3.35"
0 commit comments