From 12a6ea574cc89b4dbf4b92d963744663db5253f2 Mon Sep 17 00:00:00 2001 From: paranarimasu <33796518+paranarimasu@users.noreply.github.com> Date: Mon, 24 Apr 2023 22:28:36 -0500 Subject: [PATCH] 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. --- setup.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index d957fd6..659f1ef 100644 --- a/setup.py +++ b/setup.py @@ -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', ], -) \ No newline at end of file +)