Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3537b7ac authored by HUIN Nicolas's avatar HUIN Nicolas
Browse files

~ Updated to version 0.2.1

parent 77500d65
No related branches found
No related tags found
3 merge requests!513 ratio between row column genreation and rmp resolution is not reported,!413 ratio between row column genreation and rmp resolution is not reported,!3+ Added improveKMedoids function
Pipeline #767359 passed
......@@ -14,5 +14,5 @@ deploy_job:
script:
- export CONAN_USER_HOME=/conan
- conan remote add -f gitlab ${CI_API_V4_URL}/projects/$CI_PROJECT_ID/packages/conan
- CONAN_LOGIN_USERNAME=ci_user CONAN_PASSWORD=${CI_JOB_TOKEN} conan upload CppRO/0.2.0 --remote=gitlab --confirm
- CONAN_LOGIN_USERNAME=ci_user CONAN_PASSWORD=${CI_JOB_TOKEN} conan upload CppRO/0.2.1 --remote=gitlab --confirm
......@@ -38,7 +38,7 @@ include(${_project_options_SOURCE_DIR}/Index.cmake)
# Set the project name and language
project(
CppRO
VERSION 0.2.0
VERSION 0.2.1
DESCRIPTION ""
HOMEPAGE_URL "%%myurl%%"
LANGUAGES CXX C)
......
......@@ -12,7 +12,7 @@ from conan.tools.cmake import CMakeToolchain, CMake, cmake_layout
class CppROConan(ConanFile):
name = "CppRO"
version = "0.2.0"
version = "0.2.1"
# Optional metadata
license = "Mozilla Public License 2.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment