From 74174af81ebecb14caa36aea9240190e5a4e98b1 Mon Sep 17 00:00:00 2001 From: Ethan Date: Mon, 18 Dec 2023 18:35:58 +0900 Subject: [PATCH] Bump version to what is released --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 325584e..a06dd52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "frogress" -version = "0.2.0" +version = "0.3.0" description = "Progress API for decompilation projects" authors = ["Ethan Roseman "] license = "MIT"