Bump version: 0.1.0 → 0.1.1

This commit is contained in:
wiseaidev 2024-02-19 16:50:49 +02:00
parent 5bfd81666d
commit afd3cbdede
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.0 current_version = 0.1.1
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.0" version = "0.1.1"
edition = "2021" edition = "2021"
description = "⬆️ Easily manage version numbers in your projects." description = "⬆️ Easily manage version numbers in your projects."
license = "MIT" license = "MIT"