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.
1 parent 5003a78 commit cc024f9Copy full SHA for cc024f9
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