Skip to content

Commit

Permalink
Set version to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
helgee committed Jul 29, 2021
1 parent c675a92 commit 9a0e8c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name = "SPICE"
uuid = "5bab7191-041a-5c2e-a744-024b9c3a5062"
version = "0.2.1"
version = "0.2.2"

[deps]
CSPICE_jll = "07f52509-e9d9-513c-a20d-3b911885bf96"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[compat]
CSPICE_jll = "66"
julia = "1.3"

[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RemoteFiles = "cbe49d4c-5af1-5b60-bb70-0a60aa018e1b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1.3"
CSPICE_jll = "66"

[targets]
test = ["LinearAlgebra", "Test", "Random", "RemoteFiles"]

2 comments on commit 9a0e8c6

@helgee
Copy link
Member Author

@helgee helgee commented on 9a0e8c6 Jul 29, 2021

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/41783

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.2.2 -m "<description of version>" 9a0e8c6a72dc2d1356c63ccbbdb0df7465ea4e2b
git push origin v0.2.2

Please sign in to comment.