diff --git a/nanoplot/version.py b/nanoplot/version.py index 768dd55..35f5270 100644 --- a/nanoplot/version.py +++ b/nanoplot/version.py @@ -1 +1 @@ -__version__ = "1.41.5" +__version__ = "1.41.6" diff --git a/setup.py b/setup.py index 5da6b42..1e2f005 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "numpy>=1.16.5", "scipy", "python-dateutil", - "nanoget>=1.19.0", + "nanoget>=1.19.1", "nanomath>=1.0.0", "plotly>=5.4.0", "pyarrow",