We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bdc14f commit 0b82ba8Copy full SHA for 0b82ba8
pyxlsb2/__init__.py
@@ -3,7 +3,7 @@
3
from .workbook import Workbook
4
from .xlsbpackage import XlsbPackage
5
6
-__version__ = '0.0.4'
+__version__ = '0.0.5'
7
8
9
def open_workbook(name, *args, **kwargs):
0 commit comments