Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RolefH committed Feb 12, 2020
1 parent 8776f73 commit 4b84c1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package/docs/source/conf.py
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2'
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '0.2.1'
release = '1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion package/streamsx/mqtt/__init__.py
Expand Up @@ -41,7 +41,7 @@
"""


__version__='0.2.1'
__version__='1.0.0'

__all__ = ['MQTTSink', 'MQTTSource']
from streamsx.mqtt._mqtt import MQTTSink, MQTTSource
Expand Down

0 comments on commit 4b84c1b

Please sign in to comment.