Skip to content
Snippets Groups Projects
Verified Commit 248427e0 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Fixed version number in conanfile.py.

parent 8707974a
No related branches found
No related tags found
No related merge requests found
Pipeline #23451 failed
......@@ -3,7 +3,7 @@ from conans import ConanFile, CMake, tools
class CaosdbConan(ConanFile):
name = "caosdb"
version = "0.2.0-dev"
version = "0.1.1"
license = "AGPL-3.0-or-later"
author = "Timm C. Fitschen <t.fitschen@indiscale.com>"
url = "https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib.git"
......
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