diff --git a/README.md b/README.md index ee2cd85..0d6284c 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Function name: my_function_with_args ***** End of tempit data. ***** ``` -More examples can be found in the [examples.py](https://github.com/mcrespoae/tempit/blob/main/tests/test_tempit.py) script. +More examples can be found in the [examples.py](https://github.com/mcrespoae/tempit/blob/main/examples/examples.py) script. ## Features diff --git a/setup.py b/setup.py index 2871762..5791203 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = "0.1.6" +VERSION = "0.1.7" setup( name="tempit", version=VERSION,