Skip to content

Commit

Permalink
use unprefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jiak94 committed May 21, 2024
1 parent 7b3c5cd commit 5e9065e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "MIT"
name = "smartmoneyconcepts"
packages = [{include = "smartmoneyconcepts"}]
readme = "README.md"
version = "0.0.21"
version = "0.0.0"

[tool.poetry.dependencies]
numba = "^0.59.1"
Expand All @@ -21,6 +21,7 @@ build-backend = "poetry_dynamic_versioning.backend"
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]

[tool.poetry-dynamic-versioning]
pattern = "default-unprefixed"
enable = true
style = "semver"
vcs = "git"

0 comments on commit 5e9065e

Please sign in to comment.