Skip to content

Commit 6af60e8

Browse files
authored
Merge pull request #98 from sdispater/release-1.0.0a2
Release 1.0.0a2
2 parents e11ff33 + 751f21f commit 6af60e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cleo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0a1"
1+
__version__ = "1.0.0a2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cleo"
3-
version = "1.0.0a1"
3+
version = "1.0.0a2"
44
description = "Cleo allows you to create beautiful and testable command-line interfaces."
55
authors = [
66
"Sébastien Eustace <[email protected]>"

0 commit comments

Comments
 (0)