Skip to content

Commit

Permalink
Merge pull request #36 from joegasewicz/release_0.0.9
Browse files Browse the repository at this point in the history
Release 0.0.9
  • Loading branch information
joegasewicz committed Nov 30, 2022
2 parents c2daa3c + 365bb1a commit e2e4800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

setup(
name="bobtail",
version="0.0.8",
version="0.0.9",
description="A little Python http framework",
packages=["bobtail"],
py_modules=["bobtail"],
install_requires=[
requires=[
"birman"
],
classifiers=[
Expand Down

0 comments on commit e2e4800

Please sign in to comment.