Skip to content

Commit 16d8c90

Browse files
committed
feat: major update
1 parent af6f56d commit 16d8c90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "universalpython"
7-
version = "0.1.9b7"
7+
version = "0.2.0"
88
authors = [
99
{name = "Saad Bazaz", email = "saadbazaz@hotmail.com"},
1010
]
@@ -49,7 +49,7 @@ version_toml = ["pyproject.toml:project.version"]
4949
upload_to_pypi = false
5050
tag_format = "{version}"
5151
build_command = "bash ./utils/build_package.sh"
52-
commit_parser = "angular"
52+
commit_parser = "conventional"
5353
major_on_zero = true
5454
allow_zero_version = true
5555
prerelease_token = "b"

0 commit comments

Comments
 (0)