From 08a4d8852c01af76cb1380b4bc6512fe0f9f1e42 Mon Sep 17 00:00:00 2001 From: Scoder12 <34356756+Scoder12@users.noreply.github.com> Date: Mon, 26 Jul 2021 18:42:06 -0700 Subject: [PATCH] Bump version from 3.2.0 to 3.2.1 (#100) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ba879eb..27214750 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "replit" -version = "3.2.0" +version = "3.2.1" description = "A library for interacting with features of repl.it" authors = ["Repl.it ", "mat ", "kennethreitz ", "Scoder12 ", "AllAwesome497", ] license = "ISC"