X Tutup
Skip to content

Commit 9e6dc27

Browse files
author
semantic-release
committed
0.3.1
Automatically generated by python-semantic-release
1 parent 47a0c3d commit 9e6dc27

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

5+
## v0.3.1 (2025-10-30)
6+
7+
### Bug Fixes
8+
9+
- Correct tag format in semantic-release config
10+
([`47a0c3d`](https://github.com/UniversalPython/UniversalPython/commit/47a0c3dd8ed6590a74cc52072d7af5ee885bb8de))
11+
12+
513
## v0.3.0 (2025-10-30)
614

715
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.3.0"
7+
version = "0.3.1"
88
authors = [
99
{name = "Saad Bazaz", email = "saadbazaz@hotmail.com"},
1010
]

0 commit comments

Comments
 (0)
X Tutup