Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 6adb3fa

Browse files
committed
bug fix: checkpoint required
1 parent bc08878 commit 6adb3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from distutils.core import setup
22
from pathlib import Path
33

4-
version = "1.0.4"
4+
version = "1.0.5"
55
long_description = (Path(__file__).parent / "README.md").read_text(encoding="utf-8")
66

77
setup(

0 commit comments

Comments
 (0)