diff --git a/bandcampsync/config.py b/bandcampsync/config.py index a74eabe..b5d0fb5 100644 --- a/bandcampsync/config.py +++ b/bandcampsync/config.py @@ -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' diff --git a/setup.py b/setup.py index 4b67520..76aa343 100644 --- a/setup.py +++ b/setup.py @@ -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: