Skip to content

Commit

Permalink
Fixed readme ready for 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrespoae committed May 14, 2024
1 parent 1c1e972 commit 1f2d7c5
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 @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

VERSION = "0.1.6"
VERSION = "0.1.7"
setup(
name="tempit",
version=VERSION,
Expand Down

0 comments on commit 1f2d7c5

Please sign in to comment.