diff --git a/bandcampsync/config.py b/bandcampsync/config.py index 5cf2f07..5a5bb34 100644 --- a/bandcampsync/config.py +++ b/bandcampsync/config.py @@ -1,2 +1,2 @@ -VERSION = '0.3.7' +VERSION = '0.3.8' 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 0924ae2..8be436d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages -version = '0.3.7' +version = '0.3.8' with open('README.md', 'rt') as f: