Skip to content

Commit eb80872

Browse files
committed
Merge remote-tracking branch 'benma/py-version'
2 parents 57ece3f + cc024f9 commit eb80872

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__ = "7.0.0"
19+
__version__ = "6.0.0"
2020

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

0 commit comments

Comments
 (0)