From 28ccc7c3a31d0ba947906485a6817f06d4bfe7b7 Mon Sep 17 00:00:00 2001 From: Scoder12 <34356756+Scoder12@users.noreply.github.com> Date: Wed, 29 Jul 2020 12:53:18 -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 07454f1..cddf4d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "replit" -version = "1.4.1" +version = "1.4.2" description = "A library for interacting with features of repl.it" authors = ["mat ", "Scoder12 ", "AllAwesome497"] license = "MIT"