Skip to content

Commit ac57e31

Browse files
committed
hotfix: uv.lock
1 parent 242bae4 commit ac57e31

5 files changed

Lines changed: 38 additions & 3 deletions

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.7b0")
7+
__version__ = os.environ.get("VERSION", "0.3.7b2")
88

99
from .main import WordLoader
1010

dev_requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
-c core_requirements.txt
22

33
black
4+
build
45
isort
56
jupyterlab
67
jupyterlab-code-formatter

dev_requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ black==24.10.0
2626
# via -r dev_requirements.in
2727
bleach==6.2.0
2828
# via nbconvert
29+
build==1.2.2.post1
30+
# via -r dev_requirements.in
2931
certifi==2024.8.30
3032
# via
3133
# httpcore
@@ -40,6 +42,7 @@ click==8.1.7
4042
colorama==0.4.6
4143
# via
4244
# -c core_requirements.txt
45+
# build
4346
# click
4447
# ipython
4548
comm==0.2.2
@@ -180,6 +183,7 @@ overrides==7.7.0
180183
packaging==24.2
181184
# via
182185
# black
186+
# build
183187
# ipykernel
184188
# jupyter-server
185189
# jupyterlab
@@ -215,6 +219,8 @@ pygments==2.18.0
215219
# nbconvert
216220
# readme-renderer
217221
# rich
222+
pyproject-hooks==1.2.0
223+
# via build
218224
python-dateutil==2.9.0.post0
219225
# via
220226
# arrow

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ line_length = 80
6161
[project]
6262
name = "textspitter"
6363
# dynamic = ["version"]
64-
version = '0.3.7b1'
64+
version = '0.3.7b2'
6565
authors = [
6666
{ name="Francis Secada", email="francis.secada@gmail.com" },
6767
]
@@ -101,6 +101,7 @@ Issues = "https://github.com/fsecada01/TextSpitter/issues"
101101
[dependency-groups]
102102
dev = [
103103
"black>=24.10.0",
104+
"build>=1.2.2.post1",
104105
"isort>=5.13.2",
105106
"jupyterlab>=4.3.1",
106107
"jupyterlab-code-formatter>=3.0.2",

uv.lock

Lines changed: 28 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)