Skip to content

Commit

Permalink
Bump to v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed Jan 24, 2017
1 parent 21b0b01 commit c8f8004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4"
version = "0.3.5"

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.4"
__version__ = "0.3.5"

0 comments on commit c8f8004

Please sign in to comment.