Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/xlnsresearch/xlns
Browse files Browse the repository at this point in the history
  • Loading branch information
markgarnold committed Dec 5, 2024
2 parents 4215321 + 968f4e1 commit c686bf4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/testnpbufunc.py → examples/testnpbufunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion test/testnpufunc.py → examples/testnpufunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion test/testvufunc.py → examples/testvufunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" },
{ name="Ed Chester", email="[email protected]"}
Expand Down

0 comments on commit c686bf4

Please sign in to comment.