Skip to content

Commit

Permalink
update v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
taishi-i committed Jun 11, 2020
1 parent ed07efb commit df2f364
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = 'Taishi Ikeda'

# The short X.Y version
version = '0.2.5'
version = '0.2.6'
# The full version, including alpha/beta/rc tags
release = '0.2.5'
release = '0.2.6'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion nagisa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from nagisa.tagger import Tagger
from nagisa.train import fit

version = '0.2.5'
version = '0.2.6'
# Initialize instance
tagger = Tagger()
# Functions
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Operating System :: Unix',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Topic :: Text Processing :: Linguistic',
'Topic :: Software Development :: Libraries :: Python Modules'
Expand Down Expand Up @@ -68,11 +70,11 @@ def extensions():
packages=['nagisa'],
author = 'Taishi Ikeda',
author_email = '[email protected]',
version = '0.2.5',
version = '0.2.6',
description = 'A Japanese tokenizer based on recurrent neural networks',
long_description = long_description,
url = 'https://github.com/taishi-i/nagisa',
download_url = 'https://github.com/taishi-i/nagisa/archive/0.2.5.tar.gz',
download_url = 'https://github.com/taishi-i/nagisa/archive/0.2.6.tar.gz',
license = 'MIT License',
platforms = 'Unix',
setup_requires=['six', 'cython', 'numpy',],
Expand Down

0 comments on commit df2f364

Please sign in to comment.