From dbb484f004d9eb5251aa4667f5cf09b3ff5610e2 Mon Sep 17 00:00:00 2001 From: AlexandraTrifan Date: Thu, 10 Feb 2022 12:15:29 +0200 Subject: [PATCH] CMakeLists.txt: Bump version to v1.0.4. Signed-off-by: Alexandra Trifan --- CMakeLists.txt | 2 +- bindings/python/pysmu/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5775bc2b..7d33efed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ endif() # libsmu versioning set(LIBSMU_VERSION_MAJOR 1) set(LIBSMU_VERSION_MINOR 0) -set(LIBSMU_VERSION_PATCH 3) +set(LIBSMU_VERSION_PATCH 4) set(LIBSMU_VERSION ${LIBSMU_VERSION_MAJOR}.${LIBSMU_VERSION_MINOR}.${LIBSMU_VERSION_PATCH}) # determine a more descriptive project version using git info if available diff --git a/bindings/python/pysmu/__init__.py b/bindings/python/pysmu/__init__.py index 761d8fb5..160a4cc3 100644 --- a/bindings/python/pysmu/__init__.py +++ b/bindings/python/pysmu/__init__.py @@ -1,7 +1,7 @@ # Released under the terms of the BSD License # (C) 2016, Analog Devices, Inc. -__version__ = '1.0.3' +__version__ = '1.0.4' import os