From 2e32ac4bda99605e06f190b81cc4e8930fcbf8d8 Mon Sep 17 00:00:00 2001 From: Wellheor1 Date: Wed, 19 Jun 2024 14:25:31 +0000 Subject: [PATCH] Bump version to 2024.6.191425+b01a34 --- 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 c294bd94c7..ec98b625b6 100644 --- a/laboratory/__init__.py +++ b/laboratory/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2024.6.191410+fb8d1b" +__version__ = "2024.6.191425+b01a34" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index ca4a978507..45498f28d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ skip-string-normalization = true [tool.poetry] name = "l2" -version = "2024.6.191410+fb8d1b" +version = "2024.6.191425+b01a34" description = "" authors = ["Mikhail Privalov "] license = "MIT"