We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
b
1 parent 2ec7497 commit 416a971Copy full SHA for 416a971
1 file changed
TextSpitter/__init__.py
@@ -4,7 +4,7 @@
4
5
import os
6
7
-__version__ = os.environ.get("VERSION", "0.3.7")
+__version__ = os.environ.get("VERSION", "0.3.7b0")
8
9
from .main import WordLoader
10
0 commit comments