diff --git a/bandcampsync/config.py b/bandcampsync/config.py index 497bc3a..58d8712 100644 --- a/bandcampsync/config.py +++ b/bandcampsync/config.py @@ -1,2 +1,2 @@ -VERSION = '0.3.3' +VERSION = '0.3.4' USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0' diff --git a/setup.py b/setup.py index 81ccca2..3ef2b19 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages -version = '0.3.3' +version = '0.3.4' with open('README.md', 'rt') as f: