diff --git a/docs/tutorials/simpler_harmonics.ipynb b/docs/tutorials/simpler_harmonics.ipynb index fce791d..16b58f0 100644 --- a/docs/tutorials/simpler_harmonics.ipynb +++ b/docs/tutorials/simpler_harmonics.ipynb @@ -8,7 +8,7 @@ "\n", "In this tutorial, we will simulate the harmonic Hall voltage detection of a single junction.\n", "\n", - "This notebook also shows how to parallelize the simulation using multiprocessing for faster simulations.\n" + "This notebook also shows how to parallelize the simulation using multiprocessing for faster simulations." ] }, { diff --git a/setup.py b/setup.py index b665255..da73f37 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import Extension, find_namespace_packages, setup from setuptools.command.build_ext import build_ext -__version__ = "1.6.2" +__version__ = "1.6.3" """ As per https://github.com/pybind/python_example