Skip to content

Commit cd8c31f

Browse files
authored
Update package version number
1 parent f182a9e commit cd8c31f

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

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

0 commit comments

Comments
 (0)