From 1ad958178a43172df74183f49fcaa284bd8cfb6c Mon Sep 17 00:00:00 2001 From: urchinpro Date: Thu, 17 Oct 2024 01:57:42 +0000 Subject: [PATCH] Bump version to 2024.10.170157+0fa0a7 --- 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 cbf5fe4b19..8c8b63bd96 100644 --- a/laboratory/__init__.py +++ b/laboratory/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2024.10.160633+16c56c" +__version__ = "2024.10.170157+0fa0a7" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index df78be55ff..63ed95e01d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ skip-string-normalization = true [tool.poetry] name = "l2" -version = "2024.10.160633+16c56c" +version = "2024.10.170157+0fa0a7" description = "" authors = ["Mikhail Privalov "] license = "MIT"