diff --git a/CITATION.cff b/CITATION.cff index 55da2cf..6adaf7f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -18,4 +18,4 @@ keywords: - file - rocket license: MIT -version: 0.0.9 +version: 0.0.10 diff --git a/pyproject.toml b/pyproject.toml index 89dd130..ea9e5e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "Rocket-Store" -version = "0.0.9" +version = "0.0.10" authors = [ { name="Anton Sychev", email="anton@sychev.xyz" }, ] diff --git a/src/Rocketstore/__version__.py b/src/Rocketstore/__version__.py index 0d43806..dce8fab 100644 --- a/src/Rocketstore/__version__.py +++ b/src/Rocketstore/__version__.py @@ -11,7 +11,7 @@ __title__ = "Rocketstore" __description__ = "Rocket Store (Python) - Fast and Simple Database" __url__ = "https://github.com/klich3/rocket-store-python" -__version__ = "0.0.9" +__version__ = "0.0.10" __build__ = 0x000031 __author__ = "Anton Sychev" __author_email__ = "anton@sychev.xyz"