We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee9779 commit dbb484fCopy full SHA for dbb484f
CMakeLists.txt
@@ -14,7 +14,7 @@ endif()
14
# libsmu versioning
15
set(LIBSMU_VERSION_MAJOR 1)
16
set(LIBSMU_VERSION_MINOR 0)
17
-set(LIBSMU_VERSION_PATCH 3)
+set(LIBSMU_VERSION_PATCH 4)
18
set(LIBSMU_VERSION ${LIBSMU_VERSION_MAJOR}.${LIBSMU_VERSION_MINOR}.${LIBSMU_VERSION_PATCH})
19
20
# determine a more descriptive project version using git info if available
bindings/python/pysmu/__init__.py
@@ -1,7 +1,7 @@
1
# Released under the terms of the BSD License
2
# (C) 2016, Analog Devices, Inc.
3
4
-__version__ = '1.0.3'
+__version__ = '1.0.4'
5
6
import os
7
0 commit comments