Skip to content

Commit 6b1e3f2

Browse files
bump to version 0.1.10
1 parent 90e938b commit 6b1e3f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pymystem3/metadata.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
package = 'pymystem3'
99
project = "Python MyStem 3"
1010
project_no_spaces = project.replace(' ', '-')
11-
version = '0.1.9'
11+
version = '0.1.10'
1212
description = 'Python wrapper for the Yandex MyStem 3.0 morpholocial analyzer of the Russian language.'
13-
authors = ['Denis Sukhonin', 'Alexander Panchenko', 'Daniel Brshatsky', 'Andy Fefelov']
13+
authors = ['Denis Sukhonin', 'Alexander Panchenko', 'Daniel Brshatsky', 'Andy Fefelov', 'Anton Malashenkov']
1414
authors_string = ', '.join(authors)
1515
emails = ['panchenko.alexander@gmail.com']
1616
license = 'MIT'
17-
copyright = '2013, 2014, 2015, 2016, 2017 ' + authors_string
17+
copyright = '2013, 2014, 2015, 2016, 2017, 2018 ' + authors_string
1818
url = 'https://github.com/nlpub/pymystem3'

0 commit comments

Comments
 (0)