From c5366c6d7d32156307c2f1bb6b0918937a032cc9 Mon Sep 17 00:00:00 2001 From: Oliver Fabel <28701799+ofabel@users.noreply.github.com> Date: Sun, 19 Jan 2025 07:39:54 +0100 Subject: [PATCH] bump version --- docs/pages/conf.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/conf.py b/docs/pages/conf.py index 141405b..5bb3992 100644 --- a/docs/pages/conf.py +++ b/docs/pages/conf.py @@ -33,8 +33,8 @@ def copy_dict(source, target): project = 'uPython' copyright = str(now.year) + ', Oliver Fabel' author = 'Oliver Fabel' -release = '1.6.0' -version = '1.6' +release = '1.7.0' +version = '1.7' language = 'en' extensions = [ diff --git a/pyproject.toml b/pyproject.toml index eb9c3bb..6637d4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "flipperzero" -version = "1.6.0" +version = "1.7.0" authors = [ { name = "Oliver Fabel" }, ]