Skip to content

Commit

Permalink
bump to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krisgesling committed Oct 22, 2020
1 parent 4e197f5 commit 27260bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
],
)

0 comments on commit 27260bb

Please sign in to comment.