diff --git a/rticonnextdds-connector b/rticonnextdds-connector index 37d946c..ee14359 160000 --- a/rticonnextdds-connector +++ b/rticonnextdds-connector @@ -1 +1 @@ -Subproject commit 37d946c212feddcfe1c793738f190189f91fc960 +Subproject commit ee1435930d934c2f2da0da414e123044f52cba14 diff --git a/setup.py b/setup.py index 0fe6390..03fb1c2 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.1.0.rc2', + version='1.1.0', description='RTI Connector for Python', long_description=long_description, @@ -72,7 +72,7 @@ ], # What does your project relate to? - keywords='rti dds connext connector pub sub pub-sub', + keywords='rti dds connext connector pub sub pub-sub iot', # You can just specify the packages manually here if your project is # simple. Or you can use find_packages().