Skip to content

Commit 3151a4e

Browse files
committed
bump to 0.5.0
1 parent ec16d8a commit 3151a4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bandcampsync/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = '0.4.2'
1+
VERSION = '0.5.0'
22
USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0'
33
INTERNAL_USER_AGENT = 'bandcampsync/' + VERSION

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55

6-
version = '0.4.2'
6+
version = '0.5.0'
77

88

99
with open('README.md', 'rt') as f:

0 commit comments

Comments
 (0)