Skip to content

Commit

Permalink
Merge pull request #199 from ENCODE-DCC/dev
Browse files Browse the repository at this point in the history
v2.3.2
  • Loading branch information
leepc12 authored Jul 21, 2023
2 parents 11782bc + de827a9 commit 6759671
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion caper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .caper_runner import CaperRunner

__all__ = ['CaperClient', 'CaperClientSubmit', 'CaperRunner']
__version__ = '2.3.1'
__version__ = '2.3.2'
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,5 @@ def find_meta(meta):
'scikit-learn>=0.19.2',
'matplotlib>=1.5',
'six>=1.13.0',
'pyyaml<=5.5',
],
)

0 comments on commit 6759671

Please sign in to comment.