From c572e5ab6ea1067c8bfdc6f0982fabc9c002d715 Mon Sep 17 00:00:00 2001 From: urchinpro Date: Tue, 20 Feb 2024 05:14:59 +0000 Subject: [PATCH] Bump version to 2024.2.200514+c2ff72 --- 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 3900a9b163..ea4cb1eeda 100644 --- a/laboratory/__init__.py +++ b/laboratory/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2024.2.200256+dcf983" +__version__ = "2024.2.200514+c2ff72" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index 934f53dff5..c28d3a684f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ skip-string-normalization = true [tool.poetry] name = "l2" -version = "2024.2.200256+dcf983" +version = "2024.2.200514+c2ff72" description = "" authors = ["Mikhail Privalov "] license = "MIT"