Skip to content

Commit

Permalink
change version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BerndDoser committed Jun 18, 2019
1 parent da429da commit 4afa711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0)
project(Pink VERSION 2.0 LANGUAGES C CXX)
project(Pink VERSION 2.1 LANGUAGES C CXX)

message(STATUS "${PROJECT_NAME} version ${PROJECT_VERSION}")

Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class RecordConan(ConanFile):

name = "pink"
version = "2.0"
version = "2.1"
license = "GPLv3"
description = "Parallelized rotation and flipping INvariant Kohonen maps"
homepage = "https://github.com/HITS-AIN/PINK"
Expand Down

0 comments on commit 4afa711

Please sign in to comment.