From 751f21fc414adef32c1d85e8f32cc3702f0664cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Eustace?= Date: Sat, 13 Feb 2021 13:31:49 +0100 Subject: [PATCH] Bump version to 1.0.0a2 --- cleo/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cleo/__init__.py b/cleo/__init__.py index 6e45a91d..65590392 100644 --- a/cleo/__init__.py +++ b/cleo/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0a1" +__version__ = "1.0.0a2" diff --git a/pyproject.toml b/pyproject.toml index 7a022643..6ac76aa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cleo" -version = "1.0.0a1" +version = "1.0.0a2" description = "Cleo allows you to create beautiful and testable command-line interfaces." authors = [ "Sébastien Eustace "