summaryrefslogtreecommitdiffstats
path: root/conanfile.py
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-06-08 07:48:51 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-06-08 07:48:51 +0300
commit478183c011aa13fdf2a5fab755b4cb8039358726 (patch)
treec60d345065dcce0a0f868fa32aa3c84667b823f0 /conanfile.py
parent40c40b8e133c4ee3feb199753c82d4b55a105c8e (diff)
Bump version
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py
index a9f97670..9312b904 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -36,7 +36,7 @@ class QtConanError(Exception):
class QtDataVisualization(ConanFile):
name = "qtdatavis3d"
- version = "6.1.1"
+ version = "6.1.2"
license = "GPL-3.0+, Commercial Qt License Agreement"
author = "The Qt Company <https://www.qt.io/contact-us>"
url = "https://code.qt.io/cgit/qt/qtdatavis3d.git/"