Skip to content

Commit 9552d49

Browse files
committed
Release 0.1.0 - MCP Gateway
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 987f52d commit 9552d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
current_version = 0.1.0
33
commit = False
44
tag = False
5-
tag_name = v{new_version} # tag format (only used if you flip tag=True later)
65
sign-tags = True
6+
tag_name = v{new_version} # tag format (only used if you flip tag=True later)
77

88
# SemVer parsing/serialising
99
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)

0 commit comments

Comments
 (0)