summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-21 20:03:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-21 20:03:28 +0000
commitc1bdf05e08f7e8d8ba3d3f392784b291077ee520 (patch)
tree16b542a49cee5dbed163f874b14f15de82c200e2 /pyproject.toml
parentReleasing debian version 0.10.0-1. (diff)
downloadeos-downloader-c1bdf05e08f7e8d8ba3d3f392784b291077ee520.tar.xz
eos-downloader-c1bdf05e08f7e8d8ba3d3f392784b291077ee520.zip
Merging upstream version 0.10.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f125def..b06934a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "eos_downloader"
-version = "v0.10.0"
+version = "v0.10.1"
readme = "README.md"
authors = [{ name = "Thomas Grimonet", email = "thomas.grimonet@gmail.com" }]
maintainers = [
@@ -94,7 +94,7 @@ namespaces = false
# Version
################################
[tool.bumpver]
-current_version = "0.10.0"
+current_version = "0.10.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump: Version {old_version} -> {new_version}"
commit = true