Skip to content

Commit

Permalink
fixed typo in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gwiedeman committed Oct 25, 2022
1 parent 41d3c18 commit 68a34ec
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 @@ -6,7 +6,7 @@

setuptools.setup(
name="description_indexer",
version="0.0.1",
version="0.0.2",
author="Gregory Wiedeman",
author_email="[email protected]",
description="A tool for working with archival description for public access.",
Expand All @@ -25,7 +25,7 @@
"black>=22.1.0,<23",
"iso-639>=0.4.5,<1",
"pysolr>=3.9.0,<4",
"pyyaml>=6.0<7"
"pyyaml>=6.0<7",
"requests>=2.28.1,<3"
],
python_requires=">=3.7",
Expand Down

0 comments on commit 68a34ec

Please sign in to comment.