Skip to content

Commit

Permalink
Fix readme link (#8)
Browse files Browse the repository at this point in the history
* docs: fix link

* chore: version bump

* docs: use latest instead of stable url for rtd
  • Loading branch information
nickatnight authored Nov 24, 2024
1 parent 2a0a04f commit 9205114
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ client.defi.price(
```

## Documentation
See ful documentation [here]((https://birdeye-py.readthedocs.io/en/stable/)), or API [docs](https://docs.birdeye.so/docs/overview)
See ful documentation [here](https://birdeye-py.readthedocs.io/en/latest/), or API [docs](https://docs.birdeye.so/docs/overview)

---

Expand Down
2 changes: 1 addition & 1 deletion birdeyepy/birdeye.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
)


__version__ = "0.0.4"
__version__ = "0.0.5"


class BirdEye:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "birdeye-py"
version = "0.0.4"
version = "0.0.5"
description = "Python wrapper for birdeye.so api"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9205114

Please sign in to comment.