We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a5213 commit 929391dCopy full SHA for 929391d
cleo/__init__.py
@@ -1,4 +1,4 @@
1
from __future__ import annotations
2
3
4
-__version__ = "1.0.0a4"
+__version__ = "1.0.0a5"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cleo"
-version = "1.0.0a4"
+version = "1.0.0a5"
description = "Cleo allows you to create beautiful and testable command-line interfaces."
5
authors = [
6
"Sébastien Eustace <[email protected]>"
0 commit comments