From 1c4eb4a99f18f4e0278629a90a955ef5b1127503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Andr=C3=A9s=20Margffoy=20Tuay?= Date: Thu, 24 Jun 2021 18:18:10 -0500 Subject: [PATCH] Release v1.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85abe515..8effb4a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pywinpty" -version = "1.1.3-dev0" +version = "1.1.3" authors = ["Edgar Andrés Margffoy Tuay "] description = "Pseudo terminal support for Windows from Python." repository = "https://github.com/spyder-ide/pywinpty"