From 02e4470e6c903d113d65315dae8679a942c707d1 Mon Sep 17 00:00:00 2001 From: jcy <> Date: Mon, 22 Jul 2024 21:07:45 +0000 Subject: [PATCH] 4beta prerelease 5 FossilOrigin-Name: 428dd74eb8e27df31fe27d55a22e3d5297c8530e84ca69669b2acd73a6f21215 --- litestash/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/litestash/__init__.py b/litestash/__init__.py index 45d8613..3430a57 100644 --- a/litestash/__init__.py +++ b/litestash/__init__.py @@ -33,7 +33,7 @@ from litestash.models import LiteStashStore from litestash.store import LiteStash -__version__ = "0.1.0b4" +__version__ = "0.1.0b5" __all__ = [ Main.CORE.value, Main.DATA.value, diff --git a/pyproject.toml b/pyproject.toml index 05c0fc8..fcc2f61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "litestash" -version = "0.1.0b4" +version = "0.1.0b5" description = """ The LiteStash Python project offers a lightning-fast, lightweight key-value storage solution. LiteStash provides a NoSQL API for seamless integration into your applications. The LiteStash database handles the data with SQLite transparently. Optimal use for caching, session management, and other high-performance use cases. """