Skip to content

Commit

Permalink
dynamic-versioning enable = true
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Nov 4, 2024
1 parent a1076c2 commit f390a5b
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 = "cmem-plugin-reason"
version = "1.0.2.dev1+11e3f9e.dirty"
version = "0.0.0"
license = "Apache-2.0"
description = "Perform reasoning tasks and validate OWL consistency."
authors = ["eccenca GmbH <[email protected]>"]
Expand Down Expand Up @@ -45,7 +45,7 @@ requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.poetry-dynamic-versioning]
enable = false
enable = true
vcs = "git"
dirty = true
bump = true
Expand Down

0 comments on commit f390a5b

Please sign in to comment.