Skip to content

Commit d0bfab5

Browse files
committed
bump(release): v0.0.0 → v0.1.0
1 parent b20fa32 commit d0bfab5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## v0.1.0 (2024-01-07)
2+
3+
### Feat
4+
5+
- add GitHub Codespaces badge
6+
- initial commit

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry] # https://python-poetry.org/docs/pyproject/
66
name = "neo-ls-svm"
7-
version = "0.0.0"
7+
version = "0.1.0"
88
description = "Neo LS-SVM"
99
authors = ["Laurent Sorber <[email protected]>"]
1010
readme = "README.md"
@@ -14,7 +14,7 @@ repository = "https://github.com/lsorber/neo-ls-svm"
1414
bump_message = "bump(release): v$current_version → v$new_version"
1515
tag_format = "v$version"
1616
update_changelog_on_bump = true
17-
version = "0.0.0"
17+
version = "0.1.0"
1818
version_files = ["pyproject.toml:version"]
1919

2020
[tool.poetry.dependencies] # https://python-poetry.org/docs/dependency-specification/

0 commit comments

Comments
 (0)