diff --git a/setup.py b/setup.py index bb9bffe..4fa1ed9 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ import atexit import tarfile -__version__ = '0.1.56b0' +__version__ = '0.1.56' install_requires = ['PyLD', 'future', 'prov', 'unicodecsv', 'progressbar2', 'pandas', 'requests', 'argparse==1.1', 'topicexplorer==1.0b226', 'numpy==1.16.2', 'tqdm==4.46.0']