Skip to content

Commit dc79a06

Browse files
committed
🐛 fix: version specified in __init__.py
1 parent ed0934f commit dc79a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moelib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Meta information for the project.
22
from __future__ import annotations
33

4-
__version__ = "0.1.3"
4+
__version__ = "0.1.0"
55
__author__ = "Nyakku Shigure"
66
__year__ = "2023"
77
__project_info__ = {

0 commit comments

Comments
 (0)