From 27260bbc3cdf30a2b408866c1e46f181aa26b020 Mon Sep 17 00:00:00 2001 From: Kris Gesling Date: Thu, 22 Oct 2020 15:08:11 +0930 Subject: [PATCH] bump to v0.2.3 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ed9deb0e..cf84b682 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def required(requirements_file): setup( name='lingua_franca', - version='0.2.2', + version='0.2.3', packages=['test', 'lingua_franca', 'lingua_franca.lang'], url='https://github.com/MycroftAI/lingua-franca', license='Apache2.0', @@ -45,9 +45,9 @@ def required(requirements_file): 'Topic :: Text Processing :: Linguistic', 'License :: OSI Approved :: Apache Software License', - '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', ], )