Skip to content

Commit

Permalink
Merge pull request #137 from MycroftAI/feature/v0.2.3
Browse files Browse the repository at this point in the history
bump to v0.2.3
  • Loading branch information
krisgesling authored Oct 23, 2020
2 parents 4e197f5 + 27260bb commit 85fbc12
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 85fbc12

Please sign in to comment.