Skip to content

Commit 1f0e14c

Browse files
authored
#fix HMAINT-202 -- final version string 1.2.0 (#132)
1 parent da4af72 commit 1f0e14c

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
@@ -33,7 +33,7 @@
3333
# Versions should comply with PEP440. For a discussion on single-sourcing
3434
# the version across setup.py and the project code, see
3535
# https://packaging.python.org/en/latest/single_source_version.html
36-
version='1.2.0-rc6',
36+
version='1.2.0',
3737

3838
description='RTI Connector for Python',
3939
long_description=long_description,

0 commit comments

Comments
 (0)