Skip to content

Commit dcd459d

Browse files
authored
Update version.py
1 parent 99c7aba commit dcd459d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openxc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
which in turn needs access to this version information.)
77
"""
88

9-
VERSION = (1, 1, 0)
9+
VERSION = (1, 1, 1)
1010

1111
__version__ = '.'.join(map(str, VERSION))
1212

0 commit comments

Comments
 (0)