From 20a3161b0e3f417f04b833c192dcb72076098a4b Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Wed, 14 Oct 2020 18:35:34 +0200 Subject: [PATCH] Bump version to 1.2.0a0 --- poetry/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry/__version__.py b/poetry/__version__.py index 6849410aae0..bc0be1b6fa5 100644 --- a/poetry/__version__.py +++ b/poetry/__version__.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "1.2.0a0" diff --git a/pyproject.toml b/pyproject.toml index f099a4cac80..59c49f74cf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry" -version = "1.1.0" +version = "1.2.0a0" description = "Python dependency management and packaging made easy." authors = [ "Sébastien Eustace "