diff --git a/docs/history.rst b/docs/history.rst index 62c1ee7..e9f92cd 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -3,6 +3,11 @@ History Release history and changelog for vayuayan. +v0.1.3 (2025-10-12) +------------------ + +* Fixed documentation link + v0.1.2 (2025-10-11) ------------------ diff --git a/pyproject.toml b/pyproject.toml index f904828..1001e85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "vayuayan" -version = "0.1.2" +version = "0.1.3" description = "Package for fetching and analyzing air quality data from multiple sources" readme = "README.md" license = "MIT" @@ -67,7 +67,7 @@ notebooks = [ [project.urls] Homepage = "https://github.com/saketlab/vayuayan" Repository = "https://github.com/saketlab/vayuayan.git" -Documentation = "https://vayuayan.readthedocs.io/" +Documentation = "https://saketlab.github.io/vayuayan" "Bug Tracker" = "https://github.com/saketlab/vayuayan/issues" [project.scripts]