Skip to content

Commit 18fd266

Browse files
committed
Set version to 1.0.7 to patch datetime utc iso string for MSB compatibility
1 parent 31203d2 commit 18fd266

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

msb_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Licensed under the Apache License, Version 2.0
66
See the file "LICENSE" for the full license governing this code.
77
"""
8-
__version__ = "1.0.6"
8+
__version__ = "1.0.7"
99

1010
# from .ComplexDataFormat import ComplexDataFormat
1111
# from .DataFormat import DataFormat

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.6
2+
current_version = 1.0.7
33
commit = False
44
tag = False
55

0 commit comments

Comments
 (0)