Skip to content

Commit

Permalink
Set libsmu and pysmu versions to 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Claudiu Pop <Claudiu.Pop@analog.com>
  • Loading branch information
claudiupop committed Dec 21, 2017
1 parent 5191809 commit b05a69f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ endif()
project(libsmu CXX C)

# libsmu versioning
set(LIBSMU_VERSION_MAJOR 0)
set(LIBSMU_VERSION_MINOR 9)
set(LIBSMU_VERSION_MAJOR 1)
set(LIBSMU_VERSION_MINOR 0)
set(LIBSMU_VERSION_PATCH 0)
set(LIBSMU_VERSION ${LIBSMU_VERSION_MAJOR}.${LIBSMU_VERSION_MINOR}.${LIBSMU_VERSION_PATCH})

Expand Down
2 changes: 1 addition & 1 deletion bindings/python/pysmu/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Released under the terms of the BSD License
# (C) 2016, Analog Devices, Inc.

__version__ = '0.9.0'
__version__ = '1.0.0'

from .libsmu import *
from .exceptions import *

0 comments on commit b05a69f

Please sign in to comment.