Skip to content

Commit 416a971

Browse files
committed
adding b to version info to connote beta status
1 parent 2ec7497 commit 416a971

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TextSpitter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import os
66

7-
__version__ = os.environ.get("VERSION", "0.3.7")
7+
__version__ = os.environ.get("VERSION", "0.3.7b0")
88

99
from .main import WordLoader
1010

0 commit comments

Comments
 (0)