From 5dbe73d034a543f2eeed455dfee9abe858039c5a Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Tue, 6 Jul 2021 14:17:23 +0200
Subject: [PATCH] version bump caosdb 0.0.3

---
 CMakeLists.txt | 2 +-
 conanfile.py   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1f4ee9a..090c823 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@
 
 cmake_minimum_required(VERSION 3.14)
 
-set(libcaosdb_VERSION 0.0.2)
+set(libcaosdb_VERSION 0.0.3)
 
 project(libcaosdb
     VERSION ${libcaosdb_VERSION}
diff --git a/conanfile.py b/conanfile.py
index 19feee9..947b59f 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -3,7 +3,7 @@ from conans import ConanFile, CMake, tools
 
 class CaosdbConan(ConanFile):
     name = "caosdb"
-    version = "0.0.2"
+    version = "0.0.3"
     license = "AGPL-3.0-or-later"
     author = "Timm C. Fitschen <t.fitschen@indiscale.com>"
     url = "https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib.git"
-- 
GitLab