Skip to content

Commit

Permalink
Corrected versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeTravelPenguin authored and TimeTravelPenguin committed Jan 4, 2024
1 parent 470c097 commit d45937d
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 = "BAET"
version = "0.1.0"
version = "0.1.0.post2.dev0"
description = ""
authors = ["TimeTravelPenguin <TimeTravelPenguin@gmail.com>"]
readme = "README.md"
Expand Down Expand Up @@ -55,8 +55,8 @@ testpaths = ["tests"]

[tool.poetry-dynamic-versioning]
enable = true
metadata = false
vcs = "git"
style = "semver"

[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
Expand Down

0 comments on commit d45937d

Please sign in to comment.