We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521ad53 commit 7f670adCopy full SHA for 7f670ad
dvid/__init__.py
@@ -1,8 +1,8 @@
1
# This code is part of dvid-tools (https://github.com/flyconnectome/dvid_tools)
2
# and is released under GNU GPL3
3
4
-__version__ = (0, 4, 0)
5
-__verstr__ = "0.4.0"
+__version__ = (0, 5, 0)
+__verstr__ = "0.5.0"
6
7
from .fetch import *
8
from .tip import *
0 commit comments