Skip to content

Commit

Permalink
Update changelog for v0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MusfiqDehan committed Sep 2, 2024
1 parent 9b31f51 commit a481223
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "data-preprocessors"
version = "0.40.0"
version = "0.41.0"
description = "An easy to use tool for Data Preprocessing specially for Text Preprocessing"
license = "MIT"
authors = ["Md. Musfiqur Rahaman <[email protected]>"]
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from setuptools import setup

setup(
name='data-preprocessors',
version='0.40.0',
author='Md. Musfiqur Rahaman',
author_email='[email protected]',
name="data-preprocessors",
version="0.41.0",
author="Md. Musfiqur Rahaman",
author_email="[email protected]",
)

0 comments on commit a481223

Please sign in to comment.