Skip to content

Commit

Permalink
bumped to 4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
huseinzol05 committed Sep 17, 2022
1 parent 14ea529 commit 0f5a17c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion malaya/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from malaya_boilerplate.utils import get_home

version = '4.9'
bump_version = '4.9.1'
bump_version = '4.9.2'
__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.9.1',
version='4.9.2',
python_requires='>=3.6.*',
description='Natural-Language-Toolkit for bahasa Malaysia, powered by Tensorflow and PyTorch.',
long_description=readme(),
Expand Down

0 comments on commit 0f5a17c

Please sign in to comment.