We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e60fe commit 2c1f521Copy full SHA for 2c1f521
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.32
+current_version = 0.3.33
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.32"
+LABEL version="0.3.33"
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.32"
+__version__ = "0.3.33"
0 commit comments