Skip to content

Commit 3c87a5b

Browse files
authored
Update setup.py
The last update should be a minor release, not just a bug fix. This is why I changed 1.2.3 to 1.3.1. See the release to 1.2.3 for latest details in the code base.
1 parent 24d7e34 commit 3c87a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="py-ctcmetrics",
5-
version="1.2.2",
5+
version="1.3.1",
66
packages=find_packages(),
77
install_requires=[
88
"numpy",

0 commit comments

Comments
 (0)