From 4bfcc7755aca6122f5ef5febe93bbba0248d48f3 Mon Sep 17 00:00:00 2001 From: Wellheor1 Date: Sun, 20 Oct 2024 08:30:52 +0000 Subject: [PATCH] Bump version to 2024.10.200830+f9724d --- 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 ce0a808d9b..eab2539273 100644 --- a/laboratory/__init__.py +++ b/laboratory/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2024.10.180712+b2cbe7" +__version__ = "2024.10.200830+f9724d" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index 97f91cca99..5a2d59808f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ skip-string-normalization = true [tool.poetry] name = "l2" -version = "2024.10.180712+b2cbe7" +version = "2024.10.200830+f9724d" description = "" authors = ["Mikhail Privalov "] license = "MIT"