Skip to content

Commit 1f0a24a

Browse files
committed
bump user agent and version to 0.4.0
1 parent ae824e0 commit 1f0a24a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bandcampsync/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = '0.3.9'
2-
USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0'
1+
VERSION = '0.4.0'
2+
USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55

6-
version = '0.3.9'
6+
version = '0.4.0'
77

88

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

0 commit comments

Comments
 (0)