Skip to content

Commit ecffac0

Browse files
authored
Merge pull request #53 from UniversalPython/main
Push release
2 parents ce7bc8c + 248be8d commit ecffac0

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.1.9-b.2 (2025-10-28)
6+
7+
### Documentation
8+
9+
- Update readme link
10+
([`6fad2d8`](https://github.com/UniversalPython/UniversalPython/commit/6fad2d88a949a033386d2afea122d19ffaba8711))
11+
12+
13+
## v0.1.9-b.1 (2025-10-28)
14+
15+
516
## v0.1.9 (2025-10-25)
617

718

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<div align="center">
77

8-
📖 [Documentation](https://universalpython.github.io/) | 🎯 [Examples](./test/samples/) | 📄 [Research Paper](./static/paper/conference_101719.pdf) | 🔥 [Live demo (online)](https://universalpython.github.io/)
8+
📖 [Documentation](https://universalpython.github.io/) | 🎯 [Examples](./test/samples/) | 📄 [Research Paper](./static/paper/conference_101719.pdf) | 🔥 [Live demo (online)](https://universalpython.github.io/playground)
99

1010
**UniversalPython** is a transpiler that lets you write Python code in your own language. It translates your code into Python while keeping the syntax familiar.
1111

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.1.9"
7+
version = "0.1.9-b.2"
88
authors = [
99
{name = "Saad Bazaz", email = "saadbazaz@hotmail.com"},
1010
]

0 commit comments

Comments
 (0)