Skip to content

Commit f8d0098

Browse files
committed
fix: base url for links
1 parent e737ee3 commit f8d0098

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

utils/build_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
BASE_URL="https://github.com/UniversalPython/UniversalPython"
4+
BASE_URL="https://github.com/UniversalPython/UniversalPython/blob/main"
55
README="README.md"
66
README_BAK="$README.bak"
77

0 commit comments

Comments
 (0)