Skip to content

Commit

Permalink
Release version 0.0.0.dev19
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Sep 25, 2024
1 parent 83e9f17 commit 99f41e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespaces = true

# ----------------------------------------- Project Metadata -------------------------------------
[project]
version = "0.0.0.dev18"
version = "0.0.0.dev19"
name = "ActionMan"
requires-python = ">=3.10"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion src/actionman/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class Logger:

def __init__(self, console: Console | dict | None):
def __init__(self, console: Console | dict | None = None):
if not console:
self.console = Console(
color_system="truecolor",
Expand Down

0 comments on commit 99f41e8

Please sign in to comment.