Skip to content

Commit

Permalink
Update to V12.1.08
Browse files Browse the repository at this point in the history
  • Loading branch information
clinton-hall committed Dec 14, 2020
1 parent 40548fa commit 9d64c2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 12.1.07
current_version = 12.1.08
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
wake_up,
)

__version__ = '12.1.07'
__version__ = '12.1.08'

# Client Agents
NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual']
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(*names, **kwargs):

setup(
name='nzbToMedia',
version='12.1.07',
version='12.1.08',
license='GPLv3',
description='Efficient on demand post processing',
long_description="""
Expand Down Expand Up @@ -80,6 +80,8 @@ def read(*names, **kwargs):
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Games/Entertainment',
'Topic :: Multimedia',
'Topic :: Multimedia :: Sound/Audio',
Expand Down

0 comments on commit 9d64c2f

Please sign in to comment.