Skip to content

Commit

Permalink
v0.6.10 -> v0.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jsh9 committed May 10, 2021
1 parent 59b31d2 commit 9d321ea
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This is a Python module that contains some useful data visualization tools.

In a command-line terminal, execute the following command:

`pip install git+https://github.com/jsh9/python-plot-utils@v0.6.10`
`pip install git+https://github.com/jsh9/python-plot-utils@v0.6.11`

##### Note:

Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Jian Shi'

# The full version, including alpha/beta/rc tags
release = 'v0.6.10'
release = 'v0.6.11'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Recommended method (in the terminal or command window, execute the following com

.. code-block:: bash
pip install git+https://github.com/jsh9/python-plot-utils@v0.6.10
pip install git+https://github.com/jsh9/python-plot-utils@v0.6.11
For other installation alternatives, see the `installation guide <installation_guide.html>`_.

Expand Down
2 changes: 1 addition & 1 deletion doc/source/installation_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Installation guide

.. code-block:: bash
pip install git+https://github.com/jsh9/python-plot-utils@v0.6.10
pip install git+https://github.com/jsh9/python-plot-utils@v0.6.11
3. The portable way
^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion plot_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = 'v0.6.10'
__version__ = 'v0.6.11'

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

setup(
name='plot_utils',
version='v0.6.10',
version='v0.6.11',
description='A Python library for elegant data visualization',
author='Jian Shi',
license='GPL v3.0',
Expand Down

0 comments on commit 9d321ea

Please sign in to comment.