Skip to content

Commit

Permalink
Upgrade to v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ohno committed Jul 2, 2024
1 parent 91b4c71 commit bf7f3b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Antique"
uuid = "be6e5d0e-34a5-4c8f-af83-e1b5389203d8"
authors = ["Shuhei Ohno"]
version = "0.9.5"
version = "0.9.6"

[deps]
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Run the following code on the REPL or Jupyter Notebook to install this package.
]add Antique
```

Or specify the version like `]add Antique@0.9.5` to install a specific version. The version of this package can be found at `]status Antique`.
Or specify the version like `]add Antique@0.9.6` to install a specific version. The version of this package can be found at `]status Antique`.

## Usage & Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Run the following code on the REPL or Jupyter Notebook to install this package.
]add Antique
```

Or specify the version like `]add Antique@0.9.5` to install a specific version. The version of this package can be found at `]status Antique`.
Or specify the version like `]add Antique@0.9.6` to install a specific version. The version of this package can be found at `]status Antique`.

## Usage & Examples

Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using LaTeXStrings
using SpecialFunctions

@testset "Antique.jl" begin
for model in [:CoulombTwoBody, :PoschlTeller] # Antique.models
for model in Antique.models # [:CoulombTwoBody, :HydrogenAtom]
result = @capture_out begin
include("./$(model).jl")
end
Expand Down

0 comments on commit bf7f3b6

Please sign in to comment.