Skip to content

Commit 755279c

Browse files
committed
Bump version: 0.3.14 → 0.3.15
1 parent e8c3ab1 commit 755279c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.14
2+
current_version = 0.3.15
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ RUN eodash_catalog --help
2929

3030
CMD ["eodash_catalog"]
3131

32-
LABEL version="0.3.14"
32+
LABEL version="0.3.15"

src/eodash_catalog/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2024-present Daniel Santillan <[email protected]>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "0.3.14"
4+
__version__ = "0.3.15"

0 commit comments

Comments
 (0)