Skip to content

Commit

Permalink
Merge pull request #250 from frreiss/pandas2
Browse files Browse the repository at this point in the history
Increment version number and change Python version to 3.7+
  • Loading branch information
frreiss committed Aug 30, 2023
2 parents 058a1e2 + f3cbbe7 commit 805fe90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setuptools.setup(
name="text_extensions_for_pandas",
version="0.2.0",
version="0.2.1",
author="IBM",
author_email="frreiss@us.ibm.com",
description="Natural language processing support for Pandas dataframes.",
Expand All @@ -42,7 +42,7 @@
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
],
python_requires='>=3.6',
python_requires='>=3.7',
package_data={"": ["LICENSE.txt",
f"{resources_dir}/*.css",
f"{resources_dir}/*.js",
Expand Down

0 comments on commit 805fe90

Please sign in to comment.