build: Update version number

This commit is contained in:
Sayantan Santra 2024-03-03 22:11:54 -06:00 committed by GitHub
parent e3a869cb7e
commit 2b3d7d6281
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ keywords = ["revanced", "patch"]
license = { file = "LICENSE" } license = { file = "LICENSE" }
classifiers = ["Programming Language :: Python :: 3"] classifiers = ["Programming Language :: Python :: 3"]
dependencies = ["requests", "packaging", "bs4"] dependencies = ["requests", "packaging", "bs4"]
version = "1.0" version = "1.1"
[project.scripts] [project.scripts]
ReVancedBuilder = "ReVancedBuilder:ReVancedBuilder" ReVancedBuilder = "ReVancedBuilder:ReVancedBuilder"