Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbridge committed Jan 24, 2022
1 parent 82b42b2 commit 7c5685e
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 @@ -5,7 +5,7 @@

setup(
name="wagtail-purge",
version=0.1,
version="0.1.1",
description="Purge individual URLs from the Wagtail admin",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -31,4 +31,4 @@
install_requires=[
"wagtail>=2",
],
)
)

0 comments on commit 7c5685e

Please sign in to comment.