Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Dec 28, 2024
1 parent 10ef561 commit 1a727f0
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 @@ -7,7 +7,7 @@

setup(
name="paperetl",
version="2.3.0",
version="2.4.0",
author="NeuML",
description="ETL processes for medical and scientific papers",
long_description=DESCRIPTION,
Expand All @@ -21,7 +21,7 @@
license="Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0",
packages=find_packages(where="src/python"),
package_dir={"": "src/python"},
keywords="etl parse covid-19 medical scientific papers",
keywords="etl parse medical scientific papers",
python_requires=">=3.9",
install_requires=[
"beautifulsoup4>=4.8.1",
Expand Down

0 comments on commit 1a727f0

Please sign in to comment.