Skip to content

Commit 75add08

Browse files
committed
Set dynamic version
1 parent 29cad1f commit 75add08

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
dynamic = ["version"]
33

44
name = "ct-cloud-storage-mocker"
5-
version = "0.0.0"
5+
66
description = "Mocker library of Google Cloud Storage with local filesystem mounting. Update for python3.13 compatibility"
77
authors = [
88
{ name = "Jim Robinson", email = "jim.robinson@croud.com" },
@@ -20,6 +20,10 @@ classifiers = [
2020
license = "MIT"
2121
readme = "README.md"
2222

23+
[tool.poetry]
24+
version = "0.0.0"
25+
26+
2327
[tool.poetry.requires-plugins]
2428
poetry-dynamic-versioning = { version = ">=1.0.0,<2.0.0", extras = ["plugin"] }
2529

0 commit comments

Comments
 (0)