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 db497f5
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 = "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,14 +14,14 @@ 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"
KernelAbstractions = "0.9"
MadNLP = "0.7"
MathOptInterface = "1"
NLPModels = ">= 0.18"
NLPModels = "0.19, 0.20"
julia = "1.6"

[extras]
Expand Down

1 comment on commit db497f5

@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 updated: 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>" db497f591a161e158be1977511b4a8ab16565f23
git push origin v0.3.3

Please sign in to comment.