Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Aug 1, 2021
1 parent 57ff09c commit 641db3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# upcoming
# 0.9.9 - August 1st 2021
## New features
* `relabel_sequential`, similar to scikit-image (formely known as `close_index_gaps_in_label_maps`)
* `erode_labels`
Expand Down
2 changes: 1 addition & 1 deletion pyclesperanto_prototype/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from ._tier8 import *
from ._tier9 import *

__version__ = "0.9.7"
__version__ = "0.9.9"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

setuptools.setup(
name="pyclesperanto_prototype",
version="0.9.7",
version="0.9.9",
author="haesleinhuepf",
author_email="[email protected]",
description="OpenCL-based GPU-accelerated image processing",
description="GPU-accelerated image processing in python using OpenCL",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/clEsperanto/pyclesperanto_prototype",
Expand Down

0 comments on commit 641db3d

Please sign in to comment.