Skip to content

Commit

Permalink
version(v1.4.1): release
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodleBears committed Oct 16, 2024
1 parent b654fdf commit afef386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from os import path

from setuptools import find_packages, setup
from setuptools import find_packages, setup


def packagefile(*relpath):
Expand All @@ -15,7 +14,7 @@ def read(*relpath):

setup(
name="split_lang",
version="1.4.0",
version="1.4.1",
description="A package for splitting text by languages through concatenating over split substrings based on their language",
long_description=read("README.md"),
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion split-lang-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outputs": [],
"source": [
"%%capture\n",
"%pip install split-lang==1.4.0"
"%pip install split-lang==1.4.1"
]
},
{
Expand Down

0 comments on commit afef386

Please sign in to comment.