From fb190d1925f809227cf7d3aa5f1bc2727d66276f Mon Sep 17 00:00:00 2001 From: Sidney Kochman Date: Wed, 19 Aug 2020 16:32:01 -0400 Subject: [PATCH] 2.0.0 alpha --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index be25a16..211813f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "replit" -version = "1.4.3" +version = "2.0.0-alpha.0" description = "A library for interacting with features of repl.it" -authors = ["mat ", "Scoder12 ", "AllAwesome497"] +authors = ["mat ", "Scoder12 ", "AllAwesome497", "Repl.it "] license = "MIT" readme = "README.md" repository = "https://github.com/replit/replit-py"