Skip to content

Commit 7f670ad

Browse files
committed
bump version 0.4.0 -> 0.5.0
1 parent 521ad53 commit 7f670ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dvid/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This code is part of dvid-tools (https://github.com/flyconnectome/dvid_tools)
22
# and is released under GNU GPL3
33

4-
__version__ = (0, 4, 0)
5-
__verstr__ = "0.4.0"
4+
__version__ = (0, 5, 0)
5+
__verstr__ = "0.5.0"
66

77
from .fetch import *
88
from .tip import *

0 commit comments

Comments
 (0)