Skip to content

Commit

Permalink
Bump to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed Apr 28, 2022
1 parent 2259d6d commit 5f0a074
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.3.7`
# waybackpack `v0.4.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.3.7"
version = "0.4.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.3.7"
__version__ = "0.4.0"

0 comments on commit 5f0a074

Please sign in to comment.