From 1e89db20e020d4586209e6f7495eb52887f14595 Mon Sep 17 00:00:00 2001 From: urchinpro Date: Fri, 26 Apr 2024 04:40:58 +0000 Subject: [PATCH] Bump version to 2024.4.260440+66be61 --- 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 fc5a0e1e1a..e4a2c2f57c 100644 --- a/laboratory/__init__.py +++ b/laboratory/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2024.4.260321+e68f08" +__version__ = "2024.4.260440+66be61" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index e4befaf21f..45a56b4d45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ skip-string-normalization = true [tool.poetry] name = "l2" -version = "2024.4.260321+e68f08" +version = "2024.4.260440+66be61" description = "" authors = ["Mikhail Privalov "] license = "MIT"