Skip to content

Commit

Permalink
releases v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmabey committed Feb 1, 2016
1 parent 8124d9b commit 1270357
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,11 @@
History
-------

1.4.1 (2016-01-31)
---------------------

* Included requirements.txt in MANIFEST to (hopefully) fix bad release.

1.4.0 (2016-01-31)
---------------------

Expand Down
2 changes: 1 addition & 1 deletion pyLDAvis/__init__.py
Expand Up @@ -38,7 +38,7 @@
"display", "show", "save_html", "save_json",
"enable_notebook", "disable_notebook"]

__version__ = '1.4.0'
__version__ = '1.4.1'

from ._display import *
from ._prepare import prepare, js_PCoA, PreparedData
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -55,7 +55,7 @@ def run_tests(self):

setup(
name='pyLDAvis',
version='1.4.0',
version='1.4.1',
description="Interactive topic model visualization. Port of the R package.",
long_description=readme + '\n\n' + history,
author="Ben Mabey",
Expand Down

0 comments on commit 1270357

Please sign in to comment.