We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e157e3 commit 25062aeCopy full SHA for 25062ae
docs/conf.py
@@ -22,8 +22,8 @@
22
author = 'Real-Time Innovations, Inc.'
23
24
# The full version, including alpha/beta/rc tags
25
-version = '1.0.1-rc1'
26
-release = '1.0.1-rc1'
+version = '1.0.1'
+release = '1.0.1'
27
28
master_doc = 'index'
29
setup.py
@@ -33,7 +33,7 @@
33
# Versions should comply with PEP440. For a discussion on single-sourcing
34
# the version across setup.py and the project code, see
35
# https://packaging.python.org/en/latest/single_source_version.html
36
- version='1.0.1-rc1',
+ version='1.0.1',
37
38
description='RTI Connector for Python',
39
long_description=long_description,
0 commit comments