Skip to content

Commit

Permalink
Merge pull request #192 from frreiss/branch-36
Browse files Browse the repository at this point in the history
Expand supported Python versions to cover 3.6 and increment package version
  • Loading branch information
frreiss committed May 7, 2021
2 parents 962b549 + 65ed0f3 commit 736c42a
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 @@ -24,7 +24,7 @@

setuptools.setup(
name="text_extensions_for_pandas",
version="0.1b3",
version="0.1b4",
author="IBM",
author_email="[email protected]",
description="Natural language processing support for Pandas dataframes.",
Expand All @@ -40,5 +40,5 @@
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
],
python_requires='>=3.7',
python_requires='>=3.6',
)

0 comments on commit 736c42a

Please sign in to comment.