Skip to content

Commit

Permalink
Update Project.toml (#21)
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
jverzani authored Oct 18, 2023
1 parent 1cdfeda commit d7fb7ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ name = "AMRVW"
uuid = "233ec0c9-6b8d-4766-b9a2-a16e389fc38a"
license = "MIT"
author = "jverzani <jverzani@gmail.com>"
version = "1.2.0"
version = "1.2.1"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
julia = "1.6"
LinearAlgebra = "1.6"
Random = "1.6"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down

2 comments on commit d7fb7ac

@jverzani
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/93677

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 v1.2.1 -m "<description of version>" d7fb7aca484ad81993e1a7f61640faf333223a7b
git push origin v1.2.1

Please sign in to comment.