Skip to content

Commit

Permalink
Updated package version and docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishnu committed Nov 6, 2017
1 parent 1ac75ff commit 2bb5b97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions local_visualizer/local_visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ def start(self):
Mutates
* :attribute:`html_file`
* :attribute:`_html_gen`
* :attribute:`is_started`
* ``self.html_file``
* ``self._html_gen``
* ``self.is_started``
"""
if self.run_server:
run_bgd_server(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name='local_visualizer',
version='0.1.2',
version='0.2.0',
description="Simple python api to visualize the plots in a script.",
long_description=readme + '\n\n' + history,
author="Vishnu P Sreenivasan",
Expand Down

0 comments on commit 2bb5b97

Please sign in to comment.