From e35964babec100ff2e07b82ae9b8d7abea1233bf Mon Sep 17 00:00:00 2001 From: Scoder12 <34356756+Scoder12@users.noreply.github.com> Date: Thu, 30 Jul 2020 13:01:22 -0700 Subject: [PATCH] Bump patch version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cddf4d4..0d27088 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "replit" -version = "1.4.2" +version = "1.4.3" description = "A library for interacting with features of repl.it" authors = ["mat ", "Scoder12 ", "AllAwesome497"] license = "MIT"