Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rjchallis committed Sep 13, 2021
1 parent 2bb3220 commit a7aa7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blobtools
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ from subprocess import Popen

from docopt import docopt

__version__ = "blobtools v2.6.1"
__version__ = "blobtools v2.6.3"

MAINDIR = os.path.abspath(os.path.join(os.path.dirname(__file__), ""))
LIBDIR = os.path.abspath(os.path.join(MAINDIR, "lib/"))
Expand Down

0 comments on commit a7aa7a9

Please sign in to comment.