Skip to content

Commit 9f3555c

Browse files
committed
fix: update version number to 0.1.0
1 parent cecd853 commit 9f3555c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from pathlib import Path
1414
from rich import print
1515

16-
VERSION = "0.0.7"
16+
VERSION = "0.1.0"
1717

1818
class StartupError(RuntimeError):
1919
def __init__(self, message, *paths):

0 commit comments

Comments
 (0)