We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c7aba commit dcd459dCopy full SHA for dcd459d
openxc/version.py
@@ -6,7 +6,7 @@
6
which in turn needs access to this version information.)
7
"""
8
9
-VERSION = (1, 1, 0)
+VERSION = (1, 1, 1)
10
11
__version__ = '.'.join(map(str, VERSION))
12
0 commit comments