Commit 5ac3c976 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

update version for release

1 merge request!1release v0.1.0.0
Pipeline #46395 passed with stage
in 5 minutes and 2 seconds
Showing with 5 additions and 5 deletions
+5 -5
......@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15)
project(
EvalHyd-Python
LANGUAGES CXX C
VERSION 0.0.1
VERSION 0.1.0.0
DESCRIPTION "Python bindings for evalhyd utility"
)
......
......@@ -6,9 +6,9 @@
Yet to be versioned and released. Only available from *dev* branch until then.
v#.#.#
------
v0.1.0.0
--------
Released on ????-??-??.
Released on 2023-04-14.
* first release
__version__ = '0.0.1'
__version__ = '0.1.0.0'
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment