Skip to content

Commit

Permalink
bump config
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkure committed Feb 18, 2021
1 parent db695dd commit fb27a27
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
[bumpversion]
current_version = 0.1.0
commit = True
tag = True

[bumpversion:file:setup.py]
search = version="{current_version}"
replace = version="{new_version}"

[bumpversion:file:napari_split_dataset/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[flake8]
ignore = E203, W503
max-line-length = 88
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
description="hdf5/split-dataset file reader for napari",
extras_require=dict(dev=requirements_dev),
entry_points={
'napari.plugin': ['split-dataset = napari_split_dataset'],
"napari.plugin": ["split-dataset = napari_split_dataset"],
},
install_requires=requirements,
license="MIT",
Expand Down

0 comments on commit fb27a27

Please sign in to comment.