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 7ef4bef commit e675850Copy full SHA for e675850
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.3
+current_version = 0.0.4
3
commit = True
4
tag = True
5
neuropull/__init__.py
@@ -2,4 +2,4 @@
__author__ = """Benjamin D. Pedigo"""
__email__ = 'bpedigo@jhu.edu'
-__version__ = '0.0.3'
+__version__ = '0.0.4'
pyproject.toml
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "neuropull"
-version = "0.0.3"
+version = "0.0.4"
homepage = "https://github.com/neurodata/neuropull"
6
description = "A lightweight tool for pulling connectome networks and metadata."
7
authors = ["Benjamin D. Pedigo <bpedigo@jhu.edu>"]
0 commit comments