Skip to content

Commit

Permalink
Build, version 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
so1n committed Mar 19, 2024
1 parent 04942c6 commit b8d7d25
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 = "protobuf_to_pydantic"
version = "v0.2.5"
version = "0.0.0"
description = "Generate the `pydantic.BaseModel` class (and the corresponding source code) with parameter verification function through the Protobuf file"
authors = ["So1n <[email protected]>"]
license = "Apache Software License"
Expand Down Expand Up @@ -127,7 +127,7 @@ exclude_lines = [


[tool.poetry-dynamic-versioning]
enable = false
enable = true
metadata=false
vcs = "git"
# format = "v{base}-{stage}.{revision}"
Expand Down

0 comments on commit b8d7d25

Please sign in to comment.