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 42db840 commit f8d23c6Copy full SHA for f8d23c6
cleo/__init__.py
@@ -0,0 +1 @@
1
+__version__ = "1.0.0a1"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "cleo"
3
-version = "1.0.0a0"
+version = "1.0.0a1"
4
description = "Cleo allows you to create beautiful and testable command-line interfaces."
5
authors = [
6
"Sébastien Eustace <sebastien@eustace.io>"
0 commit comments