Skip to content

Commit

Permalink
release: 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsoncm committed Oct 14, 2024
1 parent ca9b2e1 commit 1dacbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys
from setuptools import setup, find_packages

version = "1.0.5"
version = "1.0.6"
if len(sys.argv) >= 3 and sys.argv[1] == "validate_tag":
if sys.argv[2] != version:
raise Exception(f"A versão TAG [{sys.argv[2]}] é diferente da versão no arquivo setup.py [{version}].")
Expand Down

0 comments on commit 1dacbf7

Please sign in to comment.