Skip to content

Commit

Permalink
Changed version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kensanata committed Apr 12, 2019
1 parent e9aef55 commit d4005a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mastodon_archive/media.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def media(args):
try:
req = urllib.request.Request(
url, data=None,
headers={'User-Agent': 'Mastodon-Archive/1.1 '
headers={'User-Agent': 'Mastodon-Archive/1.2 '
'(+https://github.com/kensanata/mastodon-backup#mastodon-archive)'})
with urllib.request.urlopen(req) as response, open(file_name, 'wb') as fp:
data = response.read()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='mastodon_archive',
version='1.1.0',
version='1.2.0',
description="Utility for backing up your Mastodon content",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d4005a0

Please sign in to comment.