Skip to content

Commit 945fae4

Browse files
committed
Bump version
1 parent 7807217 commit 945fae4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
setup(
44
name='rnnmorph',
55
packages=find_packages(),
6-
version='0.4.0',
6+
version='0.4.1',
77
description='RNNMorph: neural network disambiguation of pymorphy2 parses for precise '
88
'POS-tagging in Russian language.',
99
author='Ilya Gusev',
1010
author_email='[email protected]',
1111
url='https://github.com/IlyaGusev/rnnmorph',
12-
download_url='https://github.com/IlyaGusev/rnnmorph/archive/0.4.0.tar.gz',
12+
download_url='https://github.com/IlyaGusev/rnnmorph/archive/0.4.1.tar.gz',
1313
keywords=['nlp', 'russian', 'lstm', 'morphology'],
1414
package_data={
1515
'rnnmorph': ['models/ru/*', 'models/en/*']
@@ -38,5 +38,8 @@
3838

3939
'Programming Language :: Python :: 3.5',
4040
'Programming Language :: Python :: 3.6',
41+
'Programming Language :: Python :: 3.7',
42+
'Programming Language :: Python :: 3.8',
43+
'Programming Language :: Python :: 3.9'
4144
],
4245
)

0 commit comments

Comments
 (0)