Skip to content

Commit f5445f4

Browse files
authored
Update version.py
1 parent 6d15b80 commit f5445f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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, 0, 1)
9+
VERSION = (1, 1, 0)
1010

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

0 commit comments

Comments
 (0)