Skip to content

Commit 89478a0

Browse files
authored
Merge pull request #6 from Stedders/bugfix/typo_in_README
There was a typo in one of the code examples.
2 parents b808b01 + b4a27b0 commit 89478a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ setuptools.setup(
4444
...
4545
version_config={
4646
"template": "{tag}",
47-
"dev_template": "{tag}.dev{ccount}+git.{sha}"
47+
"dev_template": "{tag}.dev{ccount}+git.{sha}",
4848
"dirty_template": "{tag}.dev{ccount}+git.{sha}.dirty",
4949
"starting_version": "0.0.1",
5050
"version_callback": None,

0 commit comments

Comments
 (0)