Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Dec 16, 2021
1 parent 39e61b4 commit d72c5aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NOMAD"
uuid = "02130f1c-4665-5b79-af82-ff1385104aa0"
authors = ["Alexis Montoison (@amontoison), Pierrick Pascal (@ppascal97), Ludovic Salomon (@salomonl)"]
version = "2.1.0"
version = "2.2.0"

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Expand All @@ -13,5 +13,5 @@ Tulip = "6dd1b50a-3aae-11e9-10b5-ef983d2400fa"

[compat]
NOMAD_jll = "= 4.0.1"
Tulip = "0.8"
julia = "^1.3"
Tulip = "0.9"
julia = "^1.6"

2 comments on commit d72c5aa

@amontoison
Copy link
Collaborator 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/50690

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 v2.2.0 -m "<description of version>" d72c5aa8db100c996caa7bfd23bb37d3d445ea23
git push origin v2.2.0

Please sign in to comment.