Skip to content

Commit 25062ae

Browse files
authored
#fix SUPPORT-298 -- change version to 1.0.1 (#124)
1 parent 9e157e3 commit 25062ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
author = 'Real-Time Innovations, Inc.'
2323

2424
# The full version, including alpha/beta/rc tags
25-
version = '1.0.1-rc1'
26-
release = '1.0.1-rc1'
25+
version = '1.0.1'
26+
release = '1.0.1'
2727

2828
master_doc = 'index'
2929

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.0.1-rc1',
36+
version='1.0.1',
3737

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

0 commit comments

Comments
 (0)