Skip to content

Commit

Permalink
bump version, corrected link
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Jan 1, 2022
1 parent ef56016 commit e71e5ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/basics/label_statistics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.9.9"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion pyclesperanto_prototype/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
from ._tier9 import *
from ._tier10 import *

__version__ = "0.11.4"
__version__ = "0.11.10"
__common_alias__ = "cle"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[metadata]
name = pyclesperanto_prototype
version = 0.11.4
version = 0.11.10
author = Robert Haase
author_email = [email protected]
url = https://github.com/clEsperanto/pyclesperanto_prototypes
url = https://github.com/clEsperanto/pyclesperanto_prototype
license = BSD-3-Clause
description = GPU-accelerated image processing in python using OpenCL
long_description = file: README.md
Expand Down

0 comments on commit e71e5ec

Please sign in to comment.