Skip to content

Commit

Permalink
Merge pull request #88 from joegasewicz/sphinx_rtd_theme-found-#86
Browse files Browse the repository at this point in the history
#86 v0.0.24
  • Loading branch information
joegasewicz authored Mar 7, 2024
2 parents 8683c36 + 23ef99b commit 0c93ff9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ name = "pypi"

[packages]
birman = "0.0.2"
sphinx-rtd-theme = "*"

[dev-packages]
pytest = "*"
Expand All @@ -16,4 +15,5 @@ pytest-deprecate = "*"
tox = "*"
pip = "*"
install = "*"
sphinx-rtd-theme = "*"
sphinx-rtd-theme = "1.2.2"

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.23",
version="0.0.24",
description="A little Python http framework",
packages=["bobtail"],
py_modules=["bobtail"],
Expand Down

0 comments on commit 0c93ff9

Please sign in to comment.