Skip to content

Commit cf4bd58

Browse files
committed
Merge branch 'pyver'
2 parents cd4b509 + 1d09c7d commit cf4bd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/bitbox02/bitbox02/bitbox02/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from __future__ import print_function
1717
import sys
1818

19-
__version__ = "5.2.0"
19+
__version__ = "5.3.0"
2020

2121
if sys.version_info.major != 3 or sys.version_info.minor < 6:
2222
print(

0 commit comments

Comments
 (0)