Skip to content

Commit 1570c83

Browse files
committed
Build, version 0.3.0.2
1 parent 5f7a6d8 commit 1570c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "protobuf_to_pydantic"
3-
version = "v0.3.0.1"
3+
version = "0.0.0"
44
description = "Generate the `pydantic.BaseModel` class (and the corresponding source code) with parameter verification function through the Protobuf file"
55
authors = ["So1n <[email protected]>"]
66
license = "Apache Software License"
@@ -129,7 +129,7 @@ exclude_lines = [
129129

130130

131131
[tool.poetry-dynamic-versioning]
132-
enable = false
132+
enable = true
133133
metadata=false
134134
vcs = "git"
135135
# format = "v{base}-{stage}.{revision}"

0 commit comments

Comments
 (0)