Skip to content

Commit 2b06390

Browse files
committed
version bump
1 parent bf3f690 commit 2b06390

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

doc/source/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog
33
==========
44

5+
v1.0.4
6+
======
7+
8+
* Bug fix for plotting real/imag of complex functions.
9+
10+
511
v1.0.3
612
======
713

doc/source/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Or:
4949

5050
It is also the perfect time to verify that K3D-Jupyter is working:
5151

52-
1. launch `jupyter notebook`.
52+
1. launch ``jupyter notebook``.
5353
2. open a notebook.
5454
3. run the following code:
5555

@@ -70,7 +70,7 @@ It is also the perfect time to verify that K3D-Jupyter is working:
7070
* ``jupyter nbextension install --user --py k3d``
7171
* ``jupyter nbextension enable --user --py k3d``
7272

73-
4. Restart `jupyter notebook`
73+
4. Restart ``jupyter notebook``
7474
5. Open the previous notebook and execute the plot command.
7575

7676
Refer to the :ref:`tutorials` for a starter guide on using the plotting backends.

spb/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.3"
1+
__version__ = "1.0.4"

0 commit comments

Comments
 (0)