From 059791ad032cc666f87d210810fd86939613b5a8 Mon Sep 17 00:00:00 2001 From: urchinpro Date: Fri, 6 Dec 2024 02:50:05 +0000 Subject: [PATCH] Bump version to 2024.12.60250+59d8f6 --- 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 44e02cb456..6d33ca6ab0 100644 --- a/laboratory/__init__.py +++ b/laboratory/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2024.12.60041+af775b" +__version__ = "2024.12.60250+59d8f6" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index 98c007503f..90d36f10a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ skip-string-normalization = true [tool.poetry] name = "l2" -version = "2024.12.60041+af775b" +version = "2024.12.60250+59d8f6" description = "" authors = ["Mikhail Privalov "] license = "MIT"