Skip to content

Commit

Permalink
bump version, deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Oct 27, 2021
1 parent e223731 commit 59a2fc8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions deploy.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
python -m pip install --user --upgrade setuptools wheel

python setup.py sdist bdist_wheel

python -m pip install --user --upgrade twine

python -m twine upload --repository pypi dist/*




2 changes: 1 addition & 1 deletion napari_skimage_regionprops/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
try:
from ._version import version as __version__
except ImportError:
__version__ = "0.1.7"
__version__ = "0.1.8"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def read(fname):
packages=find_packages(),
python_requires='>=3.6',
install_requires=requirements,
version='0.1.7',
version='0.1.8',
#use_scm_version=use_scm,
setup_requires=['setuptools_scm'],
classifiers=[
Expand Down

0 comments on commit 59a2fc8

Please sign in to comment.