From 72333127a42d8a3bc3ba51e89d81026b3bf28c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Thu, 27 Jun 2024 10:10:06 +0200 Subject: [PATCH] cleanup --- README.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 507ad22..8998e5d 100644 --- a/README.rst +++ b/README.rst @@ -56,7 +56,7 @@ You can find out what version you are using by typing (in a Python console): >>> import multipletau >>> multipletau.__version__ - '0.3.0' + '0.4.0' diff --git a/pyproject.toml b/pyproject.toml index 5482266..cd784ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dynamic = ["version"] source = "https://github.com/FCS-analysis/multipletau" tracker = "https://github.com/FCS-analysis/multipletau/issues" documentation = "https://multipletau.readthedocs.io/en/stable/" -changelog = "https://multipletau.readthedocs.io/en/stable/index.html#changelog" +changelog = "https://multipletau.readthedocs.io/en/stable/#changelog" [tool.setuptools_scm]