Skip to content

Commit c2eff16

Browse files
committed
Set version to 1.0.13
1 parent 4b2c704 commit c2eff16

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.12"
8+
__version__ = "1.0.13"
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.12
2+
current_version = 1.0.13
33
commit = False
44
tag = False
55

0 commit comments

Comments
 (0)