diff --git a/bandcampsync/config.py b/bandcampsync/config.py index 917e08a..436460d 100644 --- a/bandcampsync/config.py +++ b/bandcampsync/config.py @@ -1,2 +1,2 @@ -VERSION = '0.4.0' +VERSION = '0.4.1' USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0' diff --git a/setup.py b/setup.py index 76aa343..b7ed599 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages -version = '0.4.0' +version = '0.4.1' with open('README.md', 'rt') as f: