Skip to content

Commit

Permalink
bump version 0.4.0 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed May 14, 2024
1 parent 521ad53 commit 7f670ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dvid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This code is part of dvid-tools (https://github.com/flyconnectome/dvid_tools)
# and is released under GNU GPL3

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

from .fetch import *
from .tip import *
Expand Down

0 comments on commit 7f670ad

Please sign in to comment.