Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaGusev committed Oct 14, 2021
1 parent 7807217 commit 945fae4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Expand Up @@ -3,13 +3,13 @@
setup(
name='rnnmorph',
packages=find_packages(),
version='0.4.0',
version='0.4.1',
description='RNNMorph: neural network disambiguation of pymorphy2 parses for precise '
'POS-tagging in Russian language.',
author='Ilya Gusev',
author_email='phoenixilya@gmail.com',
url='https://github.com/IlyaGusev/rnnmorph',
download_url='https://github.com/IlyaGusev/rnnmorph/archive/0.4.0.tar.gz',
download_url='https://github.com/IlyaGusev/rnnmorph/archive/0.4.1.tar.gz',
keywords=['nlp', 'russian', 'lstm', 'morphology'],
package_data={
'rnnmorph': ['models/ru/*', 'models/en/*']
Expand Down Expand Up @@ -38,5 +38,8 @@

'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'
],
)

0 comments on commit 945fae4

Please sign in to comment.