Skip to content

Commit

Permalink
release 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
huseinzol05 committed Aug 1, 2021
1 parent 41a7177 commit 054f155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions malaya/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

from malaya_boilerplate.utils import get_home

version = '4.5'
bump_version = '4.5.3'
version = '4.6'
bump_version = '4.6'

__version__ = bump_version
package = 'malaya'
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.5.3',
version='4.6',
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 054f155

Please sign in to comment.