We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57ece3f + cc024f9 commit eb80872Copy full SHA for eb80872
py/bitbox02/bitbox02/bitbox02/__init__.py
@@ -16,7 +16,7 @@
16
from __future__ import print_function
17
import sys
18
19
-__version__ = "7.0.0"
+__version__ = "6.0.0"
20
21
if sys.version_info.major != 3 or sys.version_info.minor < 6:
22
print(
0 commit comments