We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8856dab + 4cea191 commit 5877d54Copy full SHA for 5877d54
2 files changed
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 4.1)
2
3
project(Sparsepc
4
- VERSION 0.1.0
+ VERSION 0.2.0
5
DESCRIPTION "A header-only C++ library for sparse principal components computations"
6
LANGUAGES CXX)
7
sparsely/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 4.1)
set(appName "Sparsely")
set(exeName "Sparsely")
-set(appVersion "0.2.0")
+set(appVersion "0.3.0")
set(appTitle "SPARSELY Software - SPARSE principal component LaboratorY")
set(appVendor "Inulo")
8
set(appDomain "https://github.com/thiaothiao/sparsepc")
0 commit comments