Skip to content

Commit

Permalink
Bump to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed Jan 18, 2023
1 parent 0dd4921 commit 58b3d0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# waybackpack `v0.4.0`
# waybackpack `v0.5.0`

Waybackpack is a command-line tool that lets you download the entire Wayback Machine archive for a given URL.

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

version = "0.4.0"
version = "0.5.0"

base_reqs = [
"requests"
Expand Down
2 changes: 1 addition & 1 deletion waybackpack/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.5.0"

0 comments on commit 58b3d0f

Please sign in to comment.