Skip to content

Commit 131582b

Browse files
committed
Version updated from 0.0.7 to 0.0.8
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
1 parent dfa7ac0 commit 131582b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strelix-core",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"main": "static/tailwind.config.js",
55
"style": "static/src/input.css",
66
"dependencies": {

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "Strelix-Core"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
description = "github.com/Strelix/core"
55
authors = ["TreyWW"]
66
readme = "README.md"
@@ -13,7 +13,7 @@ packages = [
1313

1414
[project]
1515
name = "strelix-core"
16-
version = "0.0.7"
16+
version = "0.0.8"
1717
description = "Strelix Core"
1818
readme = "README.md"
1919
requires-python = ">=3.10"
@@ -127,7 +127,7 @@ build-backend = "setuptools.build_meta"
127127
"billing" = ["templates/**/*", "static/**/*"]
128128

129129
[tool.bumpversion]
130-
current_version = "0.0.7"
130+
current_version = "0.0.8"
131131
commit = true
132132
commit_args = "-s"
133133
tag = true

src/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import absolute_import, unicode_literals
22

3-
__version__ = "0.0.7"
3+
__version__ = "0.0.8"

0 commit comments

Comments
 (0)