diff --git a/bandcampsync/config.py b/bandcampsync/config.py index 2a5cbad..f52015a 100644 --- a/bandcampsync/config.py +++ b/bandcampsync/config.py @@ -1,2 +1,2 @@ -VERSION = '0.3.5' +VERSION = '0.3.6' 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 54810d4..5f1b4fb 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages -version = '0.3.5' +version = '0.3.6' with open('README.md', 'rt') as f: