Skip to content

Commit

Permalink
release 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
huseinzol05 committed Feb 23, 2021
1 parent 1b05fc1 commit 81c9fe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup-gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def readme():
setuptools.setup(
name = __packagename__,
packages = setuptools.find_packages(),
version = '4.1.1.1',
version = '4.2.0',
python_requires = '>=3.6.*',
description = 'Natural-Language-Toolkit for bahasa Malaysia, powered by Deep Learning Tensorflow. GPU Version',
long_description = readme(),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def readme():
setuptools.setup(
name = __packagename__,
packages = setuptools.find_packages(),
version = '4.1.1.1',
version = '4.2.0',
python_requires = '>=3.6.*',
description = 'Natural-Language-Toolkit for bahasa Malaysia, powered by Deep Learning Tensorflow.',
long_description = readme(),
Expand Down

0 comments on commit 81c9fe8

Please sign in to comment.