From 7f55be2721024f47acd6dbf55f334ce009c4baca Mon Sep 17 00:00:00 2001 From: Wellheor1 Date: Sat, 7 Dec 2024 13:21:11 +0000 Subject: [PATCH] Bump version to 2024.12.71321+1e2776 --- 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 ba2fbf7e2e..0c4a4c3b3e 100644 --- a/laboratory/__init__.py +++ b/laboratory/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2024.12.71305+b4b1f1" +__version__ = "2024.12.71321+1e2776" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index be717cb5fd..b55c54f7ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ skip-string-normalization = true [tool.poetry] name = "l2" -version = "2024.12.71305+b4b1f1" +version = "2024.12.71321+1e2776" description = "" authors = ["Mikhail Privalov "] license = "MIT"