We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389c4c8 commit 2c17981Copy full SHA for 2c17981
ibd2sql/__init__.py
@@ -1,5 +1,5 @@
1
#from .innodb_page import *
2
-VERSION = (1,7)
+VERSION = (1,8)
3
4
__version__ = ".".join(str(x) for x in VERSION)
5
0 commit comments