diff --git a/CLIc b/CLIc index 61daa944..09fc4720 160000 --- a/CLIc +++ b/CLIc @@ -1 +1 @@ -Subproject commit 61daa9440c91e84c3624c8e08d15a32c0e6eed5c +Subproject commit 09fc4720d43b353478699bd50399ca7a69dc65fb diff --git a/README.md b/README.md index d0ad3140..11de7fe3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![License](https://img.shields.io/pypi/l/pyclesperanto.svg?color=green)](https://github.com/clEsperanto/pyclesperanto/raw/main/LICENSE) [![Website](https://img.shields.io/website?url=http%3A%2F%2Fclesperanto.net)](http://clesperanto.net) [![Python Version](https://img.shields.io/pypi/pyversions/pyclesperanto.svg?color=green)](https://python.org) +[![PyPI](https://img.shields.io/pypi/v/pyclesperanto.svg?color=green)](https://pypi.org/project/pyclesperanto) [![Development Status](https://img.shields.io/pypi/status/pyclesperanto.svg)](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha) [![GitHub issues](https://img.shields.io/github/issues-raw/clEsperanto/pyclesperanto)](https://github.com/clEsperanto/pyclesperanto/issues) [![GitHub stars](https://img.shields.io/github/stars/clEsperanto/pyclesperanto?style=social)](https://github.com/clEsperanto/pyclesperanto) diff --git a/pyclesperanto/_version.py b/pyclesperanto/_version.py index 0787706e..28913dc9 100644 --- a/pyclesperanto/_version.py +++ b/pyclesperanto/_version.py @@ -1,3 +1,3 @@ -VERSION_CODE = (0, 6, 2) -VERSION_STATUS = "a1" +VERSION_CODE = (0, 6, 5) +VERSION_STATUS = "" VERSION = ".".join(str(x) for x in VERSION_CODE) + VERSION_STATUS