diff --git a/docs/source/conf.py b/docs/source/conf.py index 0933763..674a046 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -11,8 +11,8 @@ copyright = "2025, Willem Van Onsem" author = "Willem Van Onsem" -release = "0.2.0" -version = "0.2.0" +release = "0.3.0" +version = "0.3.0" path.insert(0, dirname(dirname(dirname(__file__)))) diff --git a/pyproject.toml b/pyproject.toml index c9ca9c6..931523c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "django-adminlink" -version = "0.2.0" +version = "0.3.0" authors = [{name = "Willem Van Onsem", email = "yourfriends@hapytex.eu"}] [build-system]