From b83695e81e8e33a2397ba694f816172f713af5b0 Mon Sep 17 00:00:00 2001 From: Wellheor1 Date: Sat, 29 Jun 2024 15:05:02 +0000 Subject: [PATCH] Bump version to 2024.6.291505+32c33c --- laboratory/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/laboratory/__init__.py b/laboratory/__init__.py index 09789e9d6d..c68d46d11a 100644 --- a/laboratory/__init__.py +++ b/laboratory/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2024.6.291231+ef67c2" +__version__ = "2024.6.291505+32c33c" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index 5e3ca88000..0b0fc7892d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ skip-string-normalization = true [tool.poetry] name = "l2" -version = "2024.6.291231+ef67c2" +version = "2024.6.291505+32c33c" description = "" authors = ["Mikhail Privalov "] license = "MIT"