diff --git a/msb_client/__init__.py b/msb_client/__init__.py index c20e2a2..b20f7a7 100644 --- a/msb_client/__init__.py +++ b/msb_client/__init__.py @@ -5,7 +5,7 @@ Licensed under the Apache License, Version 2.0 See the file "LICENSE" for the full license governing this code. """ -__version__ = "1.0.14" +__version__ = "1.0.15" # from .ComplexDataFormat import ComplexDataFormat # from .DataFormat import DataFormat diff --git a/setup.cfg b/setup.cfg index 5990160..dc5d46b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.14 +current_version = 1.0.15 commit = False tag = False