Skip to content

Commit

Permalink
feature: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
klich3 committed Jan 11, 2024
1 parent 1163330 commit 2d5b8e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ keywords:
- file
- rocket
license: MIT
version: 0.0.9
version: 0.0.10
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 = "Rocket-Store"
version = "0.0.9"
version = "0.0.10"
authors = [
{ name="Anton Sychev", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/Rocketstore/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = "[email protected]"
Expand Down

0 comments on commit 2d5b8e3

Please sign in to comment.