From 84735e1b4d9f1b128acc1f90c85586a12d822010 Mon Sep 17 00:00:00 2001 From: Scoder12 <34356756+Scoder12@users.noreply.github.com> Date: Mon, 27 Jul 2020 15:05:00 -0700 Subject: [PATCH] Bump version to be above the old version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d7f52d5..7c0f37c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "replit" -version = "0.1.0" +version = "0.3.0" description = "Interface with repl.it database" authors = ["Scoder12 <34356756+Scoder12@users.noreply.github.com>"] license = "MIT"