Skip to content

Commit 5877d54

Browse files
committed
Merge branch 'update_version' into develop
2 parents 8856dab + 4cea191 commit 5877d54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 4.1)
22

33
project(Sparsepc
4-
VERSION 0.1.0
4+
VERSION 0.2.0
55
DESCRIPTION "A header-only C++ library for sparse principal components computations"
66
LANGUAGES CXX)
77

sparsely/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 4.1)
22

33
set(appName "Sparsely")
44
set(exeName "Sparsely")
5-
set(appVersion "0.2.0")
5+
set(appVersion "0.3.0")
66
set(appTitle "SPARSELY Software - SPARSE principal component LaboratorY")
77
set(appVendor "Inulo")
88
set(appDomain "https://github.com/thiaothiao/sparsepc")

0 commit comments

Comments
 (0)