Skip to content

Commit 9d321ea

Browse files
committed
v0.6.10 -> v0.6.11
1 parent 59b31d2 commit 9d321ea

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This is a Python module that contains some useful data visualization tools.
2525

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

28-
`pip install git+https://github.com/jsh9/[email protected].10`
28+
`pip install git+https://github.com/jsh9/[email protected].11`
2929

3030
##### Note:
3131

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Jian Shi'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = 'v0.6.10'
25+
release = 'v0.6.11'
2626

2727

2828
# -- General configuration ---------------------------------------------------

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Recommended method (in the terminal or command window, execute the following com
1515

1616
.. code-block:: bash
1717
18-
pip install git+https://github.com/jsh9/[email protected].10
18+
pip install git+https://github.com/jsh9/[email protected].11
1919
2020
For other installation alternatives, see the `installation guide <installation_guide.html>`_.
2121

doc/source/installation_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installation guide
1313

1414
.. code-block:: bash
1515
16-
pip install git+https://github.com/jsh9/[email protected].10
16+
pip install git+https://github.com/jsh9/[email protected].11
1717
1818
3. The portable way
1919
^^^^^^^^^^^^^^^^^^^

plot_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = 'v0.6.10'
1+
__version__ = 'v0.6.11'
22

33
from .helper import *
44
from .helper import _find_axes_lim

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='plot_utils',
5-
version='v0.6.10',
5+
version='v0.6.11',
66
description='A Python library for elegant data visualization',
77
author='Jian Shi',
88
license='GPL v3.0',

0 commit comments

Comments
 (0)