Update to V12.1.08

This commit is contained in:
clinton-hall 2020-12-14 20:34:26 +13:00
commit 9d64c2f478
3 changed files with 5 additions and 3 deletions

View file

@ -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="""
@ -80,6 +80,8 @@ setup(
'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',