Skip to content

Commit

Permalink
bump user agent and version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meeb committed May 4, 2024
1 parent ae824e0 commit 1f0a24a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bandcampsync/config.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = '0.3.9'
USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0'
VERSION = '0.4.0'
USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages


version = '0.3.9'
version = '0.4.0'


with open('README.md', 'rt') as f:
Expand Down

0 comments on commit 1f0a24a

Please sign in to comment.