From 58dc6cc6572c65fbb47879154137aa667d096081 Mon Sep 17 00:00:00 2001 From: sk-zk Date: Wed, 18 Sep 2024 07:09:46 +0200 Subject: [PATCH] Increase version --- docs/conf.py | 2 +- pyproject.toml | 2 +- streetlevel/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 460fc52..8ab0818 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = 'streetlevel' copyright = '2024, skzk' author = 'skzk' -release = '0.8.1' +release = '0.9.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index d6d3e06..ca7ba3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "streetlevel" -version = "0.8.1" +version = "0.9.0" license = "MIT" authors = [ { name="sk-zk", email="sk-zk@users.noreply.github.com" }, diff --git a/streetlevel/__init__.py b/streetlevel/__init__.py index 8088f75..3e2f46a 100644 --- a/streetlevel/__init__.py +++ b/streetlevel/__init__.py @@ -1 +1 @@ -__version__ = "0.8.1" +__version__ = "0.9.0"