Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
LemurPwned committed Feb 14, 2025
1 parent 159e2cc commit 1fb9f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/simpler_harmonics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fb9f14

Please sign in to comment.