We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0468c6 + 9e6dc27 commit f5699a3Copy full SHA for f5699a3
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
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
13
## v0.3.0 (2025-10-30)
14
15
### Bug Fixes
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "universalpython"
-version = "0.3.0"
+version = "0.3.1"
authors = [
{name = "Saad Bazaz", email = "saadbazaz@hotmail.com"},
]
0 commit comments