From bbfb630102d60a014e9467777c4d689421fa6433 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Wed, 10 Apr 2024 23:10:14 -0500 Subject: [PATCH] build: Bumped version to 1.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 810c837..47678e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ keywords = ["revanced", "patch"] license = { file = "LICENSE" } classifiers = ["Programming Language :: Python :: 3"] dependencies = ["cloudscraper", "requests", "packaging", "bs4"] -version = "1.2" +version = "1.3" [project.scripts] ReVancedBuilder = "ReVancedBuilder:ReVancedBuilder"