diff --git a/test/testnpbufunc.py b/examples/testnpbufunc.py similarity index 97% rename from test/testnpbufunc.py rename to examples/testnpbufunc.py index a0f9979..c66b8bc 100644 --- a/test/testnpbufunc.py +++ b/examples/testnpbufunc.py @@ -7,7 +7,7 @@ import math import xlns as xl import numpy as np -import xlnsconf.interp_cotran_ufunc +import interp_cotran_ufunc def testufunc(f, ufunc): diff --git a/test/testnpufunc.py b/examples/testnpufunc.py similarity index 97% rename from test/testnpufunc.py rename to examples/testnpufunc.py index 2b345a9..18136f0 100644 --- a/test/testnpufunc.py +++ b/examples/testnpufunc.py @@ -7,7 +7,7 @@ import math import xlns as xl import numpy as np -import xlnsconf.interp_cotran_ufunc +import interp_cotran_ufunc def testufunc(f, ufunc): diff --git a/test/testvufunc.py b/examples/testvufunc.py similarity index 97% rename from test/testvufunc.py rename to examples/testvufunc.py index 3cc4f17..00acccc 100644 --- a/test/testvufunc.py +++ b/examples/testvufunc.py @@ -7,7 +7,7 @@ import math import xlns as xl import numpy as np -import xlnsconf.interp_cotran_ufunc +import interp_cotran_ufunc def testufunc(f,ufunc): diff --git a/pyproject.toml b/pyproject.toml index e2e8cc5..106dfae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "xlns" -version = "1.0.0" +version = "1.0.1" authors = [ { name="Mark G Arnold", email="markgarnold@yahoo.com" }, { name="Ed Chester", email="ed.chester@systemlevel.co.uk"}