From b16f1a5e7fe9f3f38c793d948e79d1bf185a0c2d Mon Sep 17 00:00:00 2001 From: Billy Date: Fri, 26 Apr 2024 22:07:31 +0530 Subject: [PATCH] ci: Zooming controls for Image viewer - rebuild (nightly) --- biscuit/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/biscuit/__init__.py b/biscuit/__init__.py index 496b5da5..b898fafb 100644 --- a/biscuit/__init__.py +++ b/biscuit/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.73.0" +__version__ = "2.73.1" __version_info__ = tuple([int(num) for num in __version__.split(".")]) # For tests to run successfully diff --git a/pyproject.toml b/pyproject.toml index 696a14dd..30916359 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "biscuit" -version = "2.73.0" +version = "2.73.1" description = "The uncompromising code editor" authors = ["Billy "] license = "MIT"