Skip to content

Commit

Permalink
Adding scroll demo and version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
csurfer authored and vishwas.sharma committed Dec 6, 2018
1 parent 7a7e2db commit cc0ee37
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,10 @@
Release History
===============

v0.0.5 - v0.0.6
---------------
* Include scroll demo and minor corrections.

v0.0.4
------
* Add scroll bar to allow for viewing large py files using scroll bar.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ So, instead of presenting the data in tabular form, if presented as a heatmap vi

## Scroll Demo

![ScrollDemo](https://i.imgur.com/cWr1MW3.gif)
![ScrollDemo](https://i.imgur.com/5IdH8AG.gif)

## Features

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -122,7 +122,7 @@ If you found the utility helpful you can buy me a cup of coffee using

.. |Demo| image:: http://i.imgur.com/qOeXUPR.png

.. |ScrollDemo| image:: https://i.imgur.com/cWr1MW3.gif
.. |ScrollDemo| image:: https://i.imgur.com/5IdH8AG.gif

.. |pypiv| image:: https://img.shields.io/pypi/v/py-heat.svg
:target: https://pypi.python.org/pypi/py-heat
Expand Down
2 changes: 1 addition & 1 deletion pyheat/__version__.py
Expand Up @@ -8,7 +8,7 @@
__title__ = "pyheat"
__description__ = "pprofile + matplotlib = Python program profiled as an awesome heatmap!"
__url__ = "https://github.com/csurfer/pyheat"
__version__ = "0.0.5"
__version__ = "0.0.6"
__author__ = "Vishwas B Sharma"
__author_email__ = "sharma.vishwas88@gmail.com"
__license__ = "MIT"
Expand Down

0 comments on commit cc0ee37

Please sign in to comment.