Skip to content

Commit 04c8c7c

Browse files
committed
Bump version: 0.0.7 → 0.0.8
1 parent 6d8bb3c commit 04c8c7c

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.0.7
2+
current_version = 0.0.8
33
commit = True
44
tag = True
55

obs-service-replace_using_package_version.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
%define service replace_using_package_version
2020

2121
Name: obs-service-%{service}
22-
Version: 0.0.7
22+
Version: 0.0.8
2323
Release: 0
2424
Summary: An OBS service: Replaces a regex with the version value of a package
2525
License: GPL-3.0-or-later

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "replace_using_package_version"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
description = "An OBS service: Replaces a regex with the version value of a package"
55
authors = ["David Cassany <[email protected]>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)