diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f1338b87..454876d4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.4.1) -project(kompute VERSION 0.4.2) +project(kompute VERSION 0.4.1) set(CMAKE_CXX_STANDARD 14) diff --git a/README.md b/README.md index 9e63007d4..b745ccfbf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -![GitHub](https://img.shields.io/badge/Version-0.4.0-green.svg) +![GitHub](https://img.shields.io/badge/Version-0.4.1-green.svg) ![GitHub](https://img.shields.io/badge/C++-14—20-purple.svg) ![GitHub](https://img.shields.io/badge/Build-cmake-red.svg) ![GitHub](https://img.shields.io/badge/Python-3.5—3.8-blue.svg) diff --git a/docs/conf.py b/docs/conf.py index f1255e3d8..1771846e3 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ copyright = '2020, The Institute for Ethical AI & Machine Learning' author = 'Alejandro Saucedo' # The full version, including alpha/beta/rc tags -release = '0.4.0' +release = '0.4.1' # -- General configuration ---------------------------------------------------