Skip to content

Commit dbb484f

Browse files
CMakeLists.txt: Bump version to v1.0.4.
Signed-off-by: Alexandra Trifan <[email protected]>
1 parent 0ee9779 commit dbb484f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ endif()
1414
# libsmu versioning
1515
set(LIBSMU_VERSION_MAJOR 1)
1616
set(LIBSMU_VERSION_MINOR 0)
17-
set(LIBSMU_VERSION_PATCH 3)
17+
set(LIBSMU_VERSION_PATCH 4)
1818
set(LIBSMU_VERSION ${LIBSMU_VERSION_MAJOR}.${LIBSMU_VERSION_MINOR}.${LIBSMU_VERSION_PATCH})
1919

2020
# determine a more descriptive project version using git info if available

bindings/python/pysmu/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Released under the terms of the BSD License
22
# (C) 2016, Analog Devices, Inc.
33

4-
__version__ = '1.0.3'
4+
__version__ = '1.0.4'
55

66
import os
77

0 commit comments

Comments
 (0)