Skip to content

Commit

Permalink
mention required Julia version (#97)
Browse files Browse the repository at this point in the history
* mention required Julia version

* set version to v0.1.43
  • Loading branch information
ranocha authored Feb 21, 2023
1 parent e364a5f commit ec1b7d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BSeries"
uuid = "ebb8d67c-85b4-416c-b05f-5f409e808f32"
authors = ["Hendrik Ranocha <[email protected]> and contributors"]
version = "0.1.42"
version = "0.1.43"

[deps]
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
Expand Down
2 changes: 2 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ is a registered Julia package. Thus, you can install it from the Julia REPL via
```julia
julia> using Pkg; Pkg.add("BSeries")
```
[BSeries.jl](https://github.com/ranocha/BSeries.jl) works with
Julia version 1.6 and newer.

If you want to update BSeries.jl, you can use
```julia
Expand Down

2 comments on commit ec1b7d9

@ranocha
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/78179

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.43 -m "<description of version>" ec1b7d994dc1dcac209b17dc84c107d82f822ef8
git push origin v0.1.43

Please sign in to comment.