From a2ff29356be27adf4b0891c17c32552b3791d334 Mon Sep 17 00:00:00 2001 From: urchinpro Date: Mon, 8 Jul 2024 07:45:04 +0000 Subject: [PATCH] Bump version to 2024.7.80745+b3a4f0 --- 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 eaff15f0f9..d6099042f7 100644 --- a/laboratory/__init__.py +++ b/laboratory/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2024.7.51307+1fefab" +__version__ = "2024.7.80745+b3a4f0" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index e5f59ff1ea..421a830dfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ skip-string-normalization = true [tool.poetry] name = "l2" -version = "2024.7.51307+1fefab" +version = "2024.7.80745+b3a4f0" description = "" authors = ["Mikhail Privalov "] license = "MIT"