Skip to content

Commit

Permalink
Merge pull request #85 from joegasewicz/v0.0.22
Browse files Browse the repository at this point in the history
v0.0.22
  • Loading branch information
joegasewicz committed Mar 6, 2024
2 parents ee4040b + 7b3e94c commit 6241444
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 @@ -40,7 +40,7 @@ pipenv run gunicorn api:app
```
### Options
To define port, static directory, template directory etc. you can
create a concrete version of the BaseOptions abstract class. See the [docs](https://bobtail.readthedocs.io/en/latest/) for more info.
create a concrete version of the BaseOptions abstract class. See the [docs](https://bobtail.readthedocs.io/en/latest/options.html) for more info.
```python
from bobtail.options import BaseOptions

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="bobtail",
version="0.0.21",
version="0.0.22",
description="A little Python http framework",
packages=["bobtail"],
py_modules=["bobtail"],
Expand Down

0 comments on commit 6241444

Please sign in to comment.