Skip to content

Commit

Permalink
releasing 1.0.2 & fix linked images
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jun 12, 2024
1 parent df36965 commit bbaa029
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@

with open(os.path.join(_PATH_ROOT, "README.md"), encoding="utf-8") as fo:
README = fo.read()
# replace relative links with absolute links
README = README.replace("](docs/", "](https://github.com/Lightning-Sandbox/gammatone/raw/main/docs/")

setup(
name="Gammatone",
version="1.0.1",
version="1.0.2",
author="Jason Heeris",
author_email="[email protected]",
url="https://github.com/Lightning-Sandbox/gammatone",
Expand Down

0 comments on commit bbaa029

Please sign in to comment.