diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1edaabcf..92813093 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 12.1.01 +current_version = 12.1.02 commit = True tag = False diff --git a/core/__init__.py b/core/__init__.py index 76798031..3dff1f4c 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -83,7 +83,7 @@ from core.utils import ( wake_up, ) -__version__ = '12.1.01' +__version__ = '12.1.02' # Client Agents NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual'] diff --git a/setup.py b/setup.py index 5e79ab2c..abe29733 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def read(*names, **kwargs): setup( name='nzbToMedia', - version='12.1.01', + version='12.1.02', license='GPLv3', description='Efficient on demand post processing', long_description="""