Skip to content

Commit edde4e7

Browse files
committed
chore: bump version to 0.1.19
1 parent ab55440 commit edde4e7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

wellcode_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.18"
1+
__version__ = "0.1.19"

wellcode_cli/utils.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
import pandas as pd
66
from collections import defaultdict
77

8+
from rich.console import Console
9+
10+
console = Console()
11+
812
class WellcodeJSONEncoder(json.JSONEncoder):
913
def default(self, obj):
1014
if isinstance(obj, datetime):

0 commit comments

Comments
 (0)