Skip to content

Commit

Permalink
4beta prerelease 5
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 428dd74eb8e27df31fe27d55a22e3d5297c8530e84ca69669b2acd73a6f21215
  • Loading branch information
jcy committed Jul 22, 2024
1 parent f9bf23f commit 02e4470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion litestash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 02e4470

Please # to comment.