Skip to content

Commit 1613d7e

Browse files
committed
fix: manually set version
1 parent 7b2a382 commit 1613d7e

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "contextplus"
3-
version = "0.0.0"
3+
version = "0.1.1"
44
description = ""
55
authors = ["Florian Wunderlich"]
66
readme = "README.md"
@@ -11,18 +11,6 @@ wikipedia = "^1.4.0"
1111
transformers = "^4.40.2"
1212
sentence-transformers = "^2.7.0"
1313

14-
[tool.poetry-dynamic-versioning]
15-
enable = true
16-
vcs = "git"
17-
pattern = "^(?P<base>\\d+\\.\\d+\\.\\d+)(-?((?P<stage>[a-zA-Z]+)\\.?(?P<revision>\\d+)?))?"
18-
format-jinja = """
19-
{%- if distance == 0 -%}
20-
{{- base -}}
21-
{%- else -%}
22-
{{- base }}.dev{{ distance }}+g{{commit}}
23-
{%- endif -%}
24-
"""
25-
2614
[build-system]
27-
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
28-
build-backend = "poetry_dynamic_versioning.backend"
15+
requires = ["poetry-core"]
16+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)