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 c9fcae3 commit 94446f3Copy full SHA for 94446f3
blobtools
@@ -43,7 +43,7 @@ except ImportError:
43
sys.exit("[ERROR]\t: The module docopt is not installed. \n \tPlease run : pip install docopt")
44
45
46
-__version__ = "blobtools v0.9.19"
+__version__ = "blobtools v0.9.19.2"
47
MAINDIR = join(dirname(__file__), '')
48
DATADIR = join(MAINDIR, 'data/')
49
LIBDIR = join(MAINDIR, 'bloblib/')
0 commit comments