Skip to content

Commit 39d2f2c

Browse files
committed
🥳 Bump version 📣 – 0.0.0 → 0.1.0
1 parent 1325155 commit 39d2f2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.bumpversion.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.0.0"
2+
current_version = "0.1.0"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = {text = "MIT"}
1313
readme = "README.md"
1414
requires-python = ">=3.10"
1515
keywords = []
16-
version = "0.0.0"
16+
version = "0.1.0"
1717
classifiers = [
1818
"Development Status :: 4 - Beta",
1919
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)