diff --git a/README.md b/README.md index e9b29c3..a3ff385 100755 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/minvime/__init__.py b/minvime/__init__.py index a18e577..bec6fb9 100644 --- a/minvime/__init__.py +++ b/minvime/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.1" +__version__ = "1.0.2" from .estimator_classification import estimate_binary_model_requirements