Skip to content

Commit

Permalink
re-enable dynamic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Nov 14, 2024
1 parent 629303a commit 799ef44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "linkml-map"
version = "0.3.8.post1.dev0+aed82cf"
version = "0.0.0"
description = "a framework for specifying and executing mappings between data models"
authors = ["cmungall <[email protected]>"]
readme = "README.md"
Expand All @@ -25,7 +25,7 @@ mkdocs-windmill = "*"
tox = "*"

[tool.poetry-dynamic-versioning]
enable = false
enable = true
vcs = "git"
style = "pep440"

Expand Down

0 comments on commit 799ef44

Please sign in to comment.