From 745de330174ad58d2087bd998ed92541b93f6260 Mon Sep 17 00:00:00 2001 From: maas Date: Mon, 26 Jun 2023 08:58:32 +0200 Subject: [PATCH] Set version to 1.0.15 --- msb_client/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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