Skip to content

Commit

Permalink
UPDATE: New version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adri-Hdez committed Sep 21, 2022
1 parent 6bf0e76 commit 2e13063
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
from setuptools import find_packages, setup
import pathlib
import pkg_resources


with open("README.md", "r") as fh:
LONG_DESC = fh.read()
Expand All @@ -11,7 +8,7 @@
long_description_content_type='text/markdown',
name='preln',
packages=find_packages(include=['Preln', 'Preln.core']),
version='0.3.16',
version='0.4.0',
description='A preprocessing libray for text in spanish',
author='Adrián H.S & Raúl M.R',
author_email='[email protected]',
Expand Down

0 comments on commit 2e13063

Please sign in to comment.