From 46245ec27704b142470ac9ff2cb6b8cec4d8e830 Mon Sep 17 00:00:00 2001 From: Dominika Date: Sun, 1 Nov 2020 23:23:10 +0100 Subject: [PATCH] version 2020.11.01.01 --- ChangeLog | 4 ++++ haruhi_dl/version.py | 2 +- setup.py | 8 ++------ 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index a49be9b77..6f6187e16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +version 2020.11.01.01 +Extractors +* + version 2020.11.01 Core * Changed naming to HaruhiDL diff --git a/haruhi_dl/version.py b/haruhi_dl/version.py index 7d89dd3e1..7b41ab2e6 100644 --- a/haruhi_dl/version.py +++ b/haruhi_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2020.11.01' +__version__ = '2020.11.01.01' diff --git a/setup.py b/setup.py index 62ab46b35..66b4647a3 100644 --- a/setup.py +++ b/setup.py @@ -125,19 +125,15 @@ setup( 'Topic :: Multimedia :: Video', 'Development Status :: 5 - Production/Stable', 'Environment :: Console', - 'License :: Public Domain', + 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)', 'Programming Language :: Python', 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.2', - 'Programming Language :: Python :: 3.3', - 'Programming Language :: Python :: 3.4', - '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', 'Programming Language :: Python :: Implementation', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: IronPython',