Skip to content

Commit

Permalink
bump version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frapac committed Sep 27, 2023
1 parent 2870d90 commit aac6178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Argos"
uuid = "ef244971-cf80-42b0-9762-2c2c832df5d5"
authors = ["fpacaud <[email protected]>"]
version = "0.3.2"
version = "0.3.3"

This comment has been minimized.

Copy link
@frapac

frapac Sep 27, 2023

Author Member

[deps]
ExaPF = "0cf0e50c-a82e-488f-ac7e-41ffdff1b8aa"
Expand All @@ -14,7 +14,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
CUDA = "4.1"
CUDA = "4.1, 5"
ExaPF = "~0.9.3"
FiniteDiff = "2.7"
Ipopt = "1"
Expand Down

1 comment on commit aac6178

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

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.3.3 -m "<description of version>" aac6178946f9f0a95f859d7bc0156cfa6931a558
git push origin v0.3.3

Please sign in to comment.