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 865fa9d commit 2beba6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "BAET"
version = "0.1.1.post1.dev0+293a0ee"
version = "0.1.0"
description = ""
authors = ["TimeTravelPenguin <TimeTravelPenguin@gmail.com>"]
readme = "README.md"
Expand Down Expand Up @@ -56,6 +56,7 @@ testpaths = ["tests"]
[tool.poetry-dynamic-versioning]
enable = true
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 2beba6e

Please sign in to comment.