From 2b3d7d62811eb60740d1f3c2a226efb0c4fbc36a Mon Sep 17 00:00:00 2001 From: Sayantan Santra <35728385+SinTan1729@users.noreply.github.com> Date: Sun, 3 Mar 2024 22:11:54 -0600 Subject: [PATCH] build: Update version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a5bad7..32bb845 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ keywords = ["revanced", "patch"] license = { file = "LICENSE" } classifiers = ["Programming Language :: Python :: 3"] dependencies = ["requests", "packaging", "bs4"] -version = "1.0" +version = "1.1" [project.scripts] ReVancedBuilder = "ReVancedBuilder:ReVancedBuilder"