Skip to content

Commit e8ce467

Browse files
committed
[Release]: bump version to v0.2.1
1 parent 7f86488 commit e8ce467

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bionic-staging:
2727
script:
2828
# build conan package
2929
- conan create . pinloon+public+algorithm/devel
30-
- CONAN_LOGIN_USERNAME=ci_user CONAN_PASSWORD=${CI_JOB_TOKEN} conan upload algorithm/0.2.0@pinloon+public+algorithm/devel --all --remote=gitlab
30+
- CONAN_LOGIN_USERNAME=ci_user CONAN_PASSWORD=${CI_JOB_TOKEN} conan upload algorithm/0.2.1@pinloon+public+algorithm/devel --all --remote=gitlab
3131
dependencies:
3232
- bionic-build
3333

@@ -56,6 +56,6 @@ focal-staging:
5656
script:
5757
# build conan package
5858
- conan create . pinloon+public+algorithm/devel
59-
- CONAN_LOGIN_USERNAME=ci_user CONAN_PASSWORD=${CI_JOB_TOKEN} conan upload algorithm/0.2.0@pinloon+public+algorithm/devel --all --remote=gitlab
59+
- CONAN_LOGIN_USERNAME=ci_user CONAN_PASSWORD=${CI_JOB_TOKEN} conan upload algorithm/0.2.1@pinloon+public+algorithm/devel --all --remote=gitlab
6060
dependencies:
6161
- focal-build

CMakeLists.txt

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

3-
project(algorithm VERSION 0.2.0)
3+
project(algorithm VERSION 0.2.1)
44

55
set(CMAKE_CXX_STANDARD 17)
66

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class AlgorithmConan(ConanFile):
44
name = "algorithm"
5-
version = "0.2.0"
5+
version = "0.2.1"
66
license = "proprietary@pinloon"
77
author = "Pin Loon Lee"
88
url = "<Package recipe repository url here, for issues about the package>"

0 commit comments

Comments
 (0)