Skip to content

Commit

Permalink
add Marcelo to authors, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Mar 7, 2023
1 parent 4391f0c commit 59ff289
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion napari_skimage_regionprops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
try:
from ._version import version as __version__
except ImportError:
__version__ = "0.8.1"
__version__ = "0.8.2"


@napari_hook_implementation
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(fname):

setup(
name='napari-skimage-regionprops',
author='Robert Haase',
author='Marcelo Zoccoler, Robert Haase',
author_email='[email protected]',
license='BSD-3',
url='https://github.com/haesleinhuepf/napari-skimage-regionprops',
Expand All @@ -36,7 +36,7 @@ def read(fname):
packages=find_packages(),
python_requires='>=3.8',
install_requires=requirements,
version='0.8.1',
version='0.8.2',
#use_scm_version=use_scm,
setup_requires=['setuptools_scm'],
classifiers=[
Expand Down

0 comments on commit 59ff289

Please sign in to comment.