Skip to content

Commit

Permalink
fix: fix ga workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
en9inerd committed Sep 26, 2023
1 parent c79aaab commit 43a976c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"

[tool.semantic_release]
version_variables = [
"tgeraser/__version__.py:VERSION",
]
2 changes: 1 addition & 1 deletion tgeraser/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Version file
"""

VERSION = "1.1.2"
VERSION = "1.2.0"

0 comments on commit 43a976c

Please sign in to comment.