Skip to content

Commit

Permalink
cleanout requirements.txt and rely on setup.py; bump version (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
pymonger authored Feb 2, 2022
1 parent c1b2dfd commit 0b16b91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='chimera',
version='2.2.0',
version='2.2.1',
packages=find_packages(),
install_requires=[
'elasticsearch>=7.0.0,<7.14.0',
Expand Down

0 comments on commit 0b16b91

Please sign in to comment.