summaryrefslogtreecommitdiffstats
path: root/conanfile.py
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-05-07 10:47:03 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-05-07 10:47:03 +0300
commit5f05664f4376ade9caf49ae00d4462e9f9ab492a (patch)
treebea99b51b092cb0266368acc75db25a7846eb490 /conanfile.py
parent4509f8a99db7b5dad9259795cc2a85e7c0dee3e2 (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 79329ba..52e5011 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -37,7 +37,7 @@ class QtConanError(Exception):
class QtScxml(ConanFile):
name = "qtscxml"
- version = "6.1.0"
+ version = "6.1.1"
license = "LGPL-3.0+, GPL-2.0+, Commercial Qt License Agreement"
author = "The Qt Company <https://www.qt.io/contact-us>"
url = "https://code.qt.io/cgit/qt/qtscxml.git"