We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec16d8a commit 3151a4eCopy full SHA for 3151a4e
2 files changed
bandcampsync/config.py
@@ -1,3 +1,3 @@
1
-VERSION = '0.4.2'
+VERSION = '0.5.0'
2
USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0'
3
INTERNAL_USER_AGENT = 'bandcampsync/' + VERSION
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
4
5
6
-version = '0.4.2'
+version = '0.5.0'
7
8
9
with open('README.md', 'rt') as f:
0 commit comments