Skip to content
Snippets Groups Projects
Commit 7f02cba0 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

Update version to 4.1.0

parent 9c2885bc
No related merge requests found
Changes in Release 4.X.X
Changes in Release 4.1.0
--------------------------------------------------------------------------------
* GMQE (Global Model Quality Estimate) to predict expected quality of a protein
......
......@@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.12.1 FATAL_ERROR)
cmake_policy(SET CMP0060 NEW)
set (QMEAN_VERSION_MAJOR 4)
set (QMEAN_VERSION_MINOR 0)
set (QMEAN_VERSION_MINOR 1)
set (QMEAN_VERSION_PATCH 0)
set (QMEAN_VERSION_STRING ${QMEAN_VERSION_MAJOR}.${QMEAN_VERSION_MINOR}.${QMEAN_VERSION_PATCH} )
......@@ -68,7 +68,7 @@ string(REPLACE "." ";" _python_version_list ${PYTHON_VERSION})
list(GET _python_version_list 0 PYTHON_VERSION_MAJOR)
list(GET _python_version_list 1 PYTHON_VERSION_MINOR)
find_package(OPENSTRUCTURE 2.0.0 REQUIRED
find_package(OPENSTRUCTURE 2.1.0 REQUIRED
COMPONENTS mol seq seq_alg mol_alg conop)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY)
......
......@@ -70,9 +70,9 @@ copyright = u'2016-2020, Gabriel Studer'
# built documents.
#
# The short X.Y version.
release = '4.0.0'
release = '4.1.0'
# The full version, including alpha/beta/rc tags.
release = '4.0.0'
release = '4.1.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment