Skip to content

Commit

Permalink
Upate version for push to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
John Hawkins authored and John Hawkins committed Apr 13, 2021
1 parent d84801b commit 67beace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ that satisfy the requirements. The constraints need to be provided as:
* Information about the volume and frequency of the event you are predicting.


See examples in the [scripts directory](paper_simulation_one.py)
See examples in the [scripts directory](https://github.com/john-hawkins/minvime/tree/master/scripts)

### For Regression/Time Series Problems
```
Expand Down
2 changes: 1 addition & 1 deletion minvime/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.1"
__version__ = "1.0.2"

from .estimator_classification import estimate_binary_model_requirements

0 comments on commit 67beace

Please sign in to comment.