From 85286c59ec1cc87b5f6c27aba57b81fd5689fd4e Mon Sep 17 00:00:00 2001 From: Scoder12 <34356756+Scoder12@users.noreply.github.com> Date: Tue, 28 Jul 2020 15:35:13 -0700 Subject: [PATCH] Bump version to above old version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Was using 0.3.0 instead of 1.3.0 🤦 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da423ac..04265aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "replit" -version = "0.4.0" +version = "1.3.0" description = "A library for interacting with features of repl.it" authors = ["mat ", "Scoder12 ", "AllAwesome497"] license = "MIT"