mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2025-04-10 04:16:02 -05:00
build: Switch to semver
This commit is contained in:
parent
5479faed46
commit
b0cedf0486
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ requires-python = ">=3.6"
|
|||
keywords = ["revanced", "patch"]
|
||||
classifiers = ["Programming Language :: Python :: 3"]
|
||||
dependencies = ["cloudscraper", "requests", "packaging", "bs4"]
|
||||
version = "1.4"
|
||||
version = "1.4.0"
|
||||
|
||||
[project.scripts]
|
||||
ReVancedBuilder = "ReVancedBuilder:ReVancedBuilder"
|
||||
|
|
4
uv.lock
4
uv.lock
|
@ -364,8 +364,8 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "revancedbuilder"
|
||||
version = "1.4"
|
||||
source = { editable = "." }
|
||||
version = "1.4.0"
|
||||
source = { virtual = "." }
|
||||
dependencies = [
|
||||
{ name = "bs4" },
|
||||
{ name = "cloudscraper" },
|
||||
|
|
Loading…
Reference in a new issue