File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " Strelix-Core"
3- version = " 0.0.7 "
3+ version = " 0.0.8 "
44description = " github.com/Strelix/core"
55authors = [" TreyWW" ]
66readme = " README.md"
@@ -13,7 +13,7 @@ packages = [
1313
1414[project ]
1515name = " strelix-core"
16- version = " 0.0.7 "
16+ version = " 0.0.8 "
1717description = " Strelix Core"
1818readme = " README.md"
1919requires-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 "
131131commit = true
132132commit_args = " -s"
133133tag = true
Original file line number Diff line number Diff line change 11from __future__ import absolute_import , unicode_literals
22
3- __version__ = "0.0.7 "
3+ __version__ = "0.0.8 "
You can’t perform that action at this time.
0 commit comments