Skip to content

Commit b6179c1

Browse files
committed
new version
1 parent e645b76 commit b6179c1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ include = [
5555
"/src",
5656
]
5757

58+
[tool.setuptools_scm]
5859

60+
write_to = "src/flynt/_git_version.py"
61+
version_scheme = "no-guess-dev"
62+
local_scheme = "node-and-date"
5963

6064
[tool.mypy]
6165
exclude = "test/integration/(actual|expected|samples).*"

src/flynt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from old "%-formatted" and .format(...) strings into Python 3.6+'s f-strings.
33
Learn more about f-strings at https://www.python.org/dev/peps/pep-0498/"""
44

5-
__version__ = "1.0.3"
5+
__version__ = "1.0.4"
66

77
from flynt.cli import main
88

0 commit comments

Comments
 (0)