Skip to content

Commit

Permalink
updated setup.py and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
harun-loodos committed Sep 14, 2022
1 parent 99080e4 commit dd3dc27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ int and float types are 4 byte. The results were the same with Java, however, of
these operations produced RuntimeWarning as the multiplication caused overflow. In Java
there were no overflow warnings whatsoever. I could not find a reasonable explanation to
this situation, nor I could find a better way to implement it. So I suppressed overflow warnings
for MultiLevelMphf. Please be aware that, this is not a healthy behaviour, and you should
for MultiLevelMphf. Therefore, please be aware that, this is not a healthy behaviour, and you should
be careful using this code.


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name='zemberek-python',
version='0.2.0',
version='0.2.1',
author='Loodos',
description='Python port of open source text processing library for Turkish, zemberek-nlp',
long_description=long_description,
Expand Down

0 comments on commit dd3dc27

Please sign in to comment.