We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9877f35 commit 13de417Copy full SHA for 13de417
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.2.dev0
+current_version = 0.4.2
3
commit = True
4
tag = False
5
tag_name = {new_version}
src/ufonormalizer.py
@@ -22,7 +22,7 @@
22
- things that need to be improved are marked with "# TO DO"
23
"""
24
25
-__version__ = "0.4.2.dev0"
+__version__ = "0.4.2"
26
description = """
27
UFO Normalizer (version %s):
28
0 commit comments