Fix getLogger, bump to 0.5.0
This commit is contained in:
parent
b5f30a8b2d
commit
6a0c6ca8d5
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ from dis_snek import Snake
|
|||
from jarvis_core.db import q
|
||||
from jarvis_core.db.models import Setting
|
||||
|
||||
logger = logging.get_logger(__name__)
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
resync = {}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "jarvis-tasks"
|
||||
version = "0.4.1"
|
||||
version = "0.5.0"
|
||||
description = ""
|
||||
authors = ["Your Name <you@example.com>"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue