Skip to content

Commit cc024f9

Browse files
committed
py/bitbox02: lower version number that was erroneously bumped
The last tagged and released version is 5.3.0. We accidentally bumped the major version twice. The next version is going to be 6.0.0.
1 parent 5003a78 commit cc024f9

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)