build: Switch to semver

This commit is contained in:
Sayantan Santra 2025-03-20 17:29:56 -05:00
parent 5479faed46
commit b0cedf0486
Signed by: SinTan1729
GPG key ID: 0538DD402EA50898
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -364,8 +364,8 @@ wheels = [
[[package]]
name = "revancedbuilder"
version = "1.4"
source = { editable = "." }
version = "1.4.0"
source = { virtual = "." }
dependencies = [
{ name = "bs4" },
{ name = "cloudscraper" },