diff --git a/bandcampsync/config.py b/bandcampsync/config.py index 46ad2d0..5c71f54 100644 --- a/bandcampsync/config.py +++ b/bandcampsync/config.py @@ -1,2 +1,2 @@ -VERSION = '0.2.1' +VERSION = '0.2.2' 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 8f18deb..ba8cc5c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages -version = '0.2.1' +version = '0.2.2' with open('README.md', 'rt') as f: