Skip to content

Commit c1ad4f6

Browse files
committed
feature: update version
1 parent baf1413 commit c1ad4f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ keywords:
1717
- file
1818
- rocket
1919
license: MIT
20-
version: 0.0.7
20+
version: 0.0.8

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "Rocket-Store"
7-
version = "0.0.7"
7+
version = "0.0.8"
88
authors = [
99
{ name="Anton Sychev", email="anton@sychev.xyz" },
1010
]

src/Rocketstore/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
__title__ = "Rocketstore"
1212
__description__ = "Rocket Store (Python) - Fast and Simple Database"
1313
__url__ = "https://github.com/klich3/rocket-store-python"
14-
__version__ = "0.0.7"
15-
__build__ = 0x000029
14+
__version__ = "0.0.8"
15+
__build__ = 0x000030
1616
__author__ = "Anton Sychev"
1717
__author_email__ = "anton@sychev.xyz"
1818
__copyright__ = "Copyright Simon Riget"

0 commit comments

Comments
 (0)