Skip to content

Commit 13de417

Browse files
committed
Bump version: 0.4.2.dev0 → 0.4.2
1 parent 9877f35 commit 13de417

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.2.dev0
2+
current_version = 0.4.2
33
commit = True
44
tag = False
55
tag_name = {new_version}

src/ufonormalizer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- things that need to be improved are marked with "# TO DO"
2323
"""
2424

25-
__version__ = "0.4.2.dev0"
25+
__version__ = "0.4.2"
2626
description = """
2727
UFO Normalizer (version %s):
2828

0 commit comments

Comments
 (0)