Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkure committed Feb 18, 2021
1 parent fb27a27 commit b5a99cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion napari_split_dataset/__init__.py
@@ -1,6 +1,6 @@
"""hdf5/split-dataset file reader for napari"""

__author__ = """You Wu @portugueslab"""
__version__ = "0.1.0"
__version__ = "0.1.1"

from napari_split_dataset.napari_split_dataset import napari_get_reader
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -51,6 +51,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/portugueslab/napari_split_dataset",
version="0.1.0",
version="0.1.1",
zip_safe=False,
)

0 comments on commit b5a99cf

Please sign in to comment.