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 31203d2 commit 18fd266Copy full SHA for 18fd266
msb_client/__init__.py
@@ -5,7 +5,7 @@
5
Licensed under the Apache License, Version 2.0
6
See the file "LICENSE" for the full license governing this code.
7
"""
8
-__version__ = "1.0.6"
+__version__ = "1.0.7"
9
10
# from .ComplexDataFormat import ComplexDataFormat
11
# from .DataFormat import DataFormat
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.6
+current_version = 1.0.7
3
commit = False
4
tag = False
0 commit comments