From 43faf9ecd063fae1d18392c9179faa5155a2f8b2 Mon Sep 17 00:00:00 2001 From: urchinpro Date: Sat, 29 Jun 2024 11:41:25 +0000 Subject: [PATCH] Bump version to 2024.6.291141+e0523f --- 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 4d72f51147..350008d874 100644 --- a/laboratory/__init__.py +++ b/laboratory/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2024.6.280855+ae8774" +__version__ = "2024.6.291141+e0523f" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index 3cf9be0445..5bba468c23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ skip-string-normalization = true [tool.poetry] name = "l2" -version = "2024.6.280855+ae8774" +version = "2024.6.291141+e0523f" description = "" authors = ["Mikhail Privalov "] license = "MIT"