From 902410db20a182de90c35b5c825e0e33768fb8cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Andr=C3=A9s=20Margffoy=20Tuay?= Date: Tue, 25 Jan 2022 15:45:53 -0500 Subject: [PATCH] Release v2.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6902540c..0f455eb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pywinpty" -version = "1.2.0-dev0" +version = "2.0.0" authors = ["Edgar Andrés Margffoy Tuay "] description = "Pseudo terminal support for Windows from Python." repository = "https://github.com/spyder-ide/pywinpty"