Skip to content

Commit 428e045

Browse files
committed
fix(version): align version state with latest tag
1 parent bb6bab0 commit 428e045

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

app/__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"""
2-
QR Code Generator Application
3-
"""
1+
"""QR Code Generator Application."""
42

5-
__version__ = "1.0.6"
3+
__version__ = "2.1.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ build-backend = "poetry.core.masonry.api"
3232
[tool.python_semantic_release]
3333
version_variable = ["app/__init__.py:__version__"]
3434
version_toml = ["pyproject.toml:tool.poetry.version"]
35-
version_source = ["tag", "commit"]
35+
version_source = ["tag"]
3636
commit_version_number = true
3737
upload_to_repository = false
3838
build_command = "poetry build"

0 commit comments

Comments
 (0)