Skip to content

Commit e675850

Browse files
committed
Bump version: 0.0.3 → 0.0.4
1 parent 7ef4bef commit e675850

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.3
2+
current_version = 0.0.4
33
commit = True
44
tag = True
55

neuropull/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Benjamin D. Pedigo"""
44
__email__ = 'bpedigo@jhu.edu'
5-
__version__ = '0.0.3'
5+
__version__ = '0.0.4'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "neuropull"
4-
version = "0.0.3"
4+
version = "0.0.4"
55
homepage = "https://github.com/neurodata/neuropull"
66
description = "A lightweight tool for pulling connectome networks and metadata."
77
authors = ["Benjamin D. Pedigo <bpedigo@jhu.edu>"]

0 commit comments

Comments
 (0)