update to v12.1.01

This commit is contained in:
clinton-hall 2019-08-13 18:38:05 +12:00
parent e738727c52
commit 77f34261fa
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 12.1.00
current_version = 12.1.01
commit = True
tag = False

View file

@ -83,7 +83,7 @@ from core.utils import (
wake_up,
)
__version__ = '12.1.00'
__version__ = '12.1.01'
# Client Agents
NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual']

View file

@ -23,7 +23,7 @@ def read(*names, **kwargs):
setup(
name='nzbToMedia',
version='12.1.00',
version='12.1.01',
license='GPLv3',
description='Efficient on demand post processing',
long_description="""