Bump version: 0.1.2 → 0.1.3

This commit is contained in:
wiseaidev 2024-03-03 17:16:33 +02:00
parent c3a1f21db2
commit 2b75ff6ce4
No known key found for this signature in database
GPG key ID: 581B9704F8B836C3
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.1.2 current_version = 0.1.3
commit = True commit = True
tag = True tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))? parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

View file

@ -1,6 +1,6 @@
[package] [package]
name = "bump2version" name = "bump2version"
version = "0.1.2" version = "0.1.3"
edition = "2021" edition = "2021"
description = "⬆️ Easily manage version numbers in your projects." description = "⬆️ Easily manage version numbers in your projects."
license = "MIT" license = "MIT"