Skip to content

Commit

Permalink
bump(release): v0.0.0 → v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber committed Jan 7, 2024
1 parent b20fa32 commit d0bfab5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## v0.1.0 (2024-01-07)

### Feat

- add GitHub Codespaces badge
- initial commit
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

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

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

0 comments on commit d0bfab5

Please sign in to comment.