Adjust version and update some out-of-date config

Since this is a new feature, this should be a new minor version and not a patch.
This commit is contained in:
paranarimasu
2023-04-24 22:28:36 -05:00
committed by GitHub
parent 7fc108249f
commit 12a6ea574c
+6 -4
View File
@@ -7,9 +7,9 @@ with open('README.md') as f:
setup(
name='animethemes-batch-encoder',
version='1.0.2',
author='paranarimasu',
author_email='paranarimasu@gmail.com',
version='1.1',
author='AnimeThemes',
author_email='admin@animethemes.moe',
url='https://github.com/AnimeThemes/animethemes-batch-encoder',
description='Generate/Execute FFmpeg commands for files in acting directory',
long_description=long_description,
@@ -22,6 +22,8 @@ setup(
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Operating System :: OS Independent',
@@ -30,4 +32,4 @@ setup(
install_requires=[
'appdirs',
],
)
)