From ac07a0eecebbe35e046aadc6b1363cbc2e56d417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Andr=C3=A9s=20Margffoy=20Tuay?= Date: Thu, 15 Sep 2022 19:02:57 -0500 Subject: [PATCH] Release v2.0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ee80173..57b6b99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pywinpty" -version = "2.1.0-dev0" +version = "2.0.8" authors = ["Edgar Andrés Margffoy Tuay "] description = "Pseudo terminal support for Windows from Python." repository = "https://github.com/spyder-ide/pywinpty"