From ae3d23cf4ccc2132c9fd7569876ec3434fc4fc19 Mon Sep 17 00:00:00 2001 From: Wellheor1 Date: Tue, 2 Jul 2024 03:13:31 +0000 Subject: [PATCH] Bump version to 2024.7.20313+7482a8 --- 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 87ee28f381..d5eccaa657 100644 --- a/laboratory/__init__.py +++ b/laboratory/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2024.7.11421+410b5b" +__version__ = "2024.7.20313+7482a8" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index c0d3f1372c..951daa5c69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ skip-string-normalization = true [tool.poetry] name = "l2" -version = "2024.7.11421+410b5b" +version = "2024.7.20313+7482a8" description = "" authors = ["Mikhail Privalov "] license = "MIT"