Skip to content

Commit

Permalink
Prep for v1.3.0 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 24, 2023
1 parent e1c79dc commit bc0239d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MultiObjectiveAlgorithms"
uuid = "0327d340-17cd-11ea-3e99-2fd5d98cecda"
authors = ["Oscar Dowson <[email protected]>"]
version = "1.2.0"
version = "1.3.0"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand All @@ -12,6 +12,7 @@ Combinatorics = "1"
HiGHS = "1"
Ipopt = "1"
MathOptInterface = "1.19"
Test = "1.6"
julia = "1.6"

[extras]
Expand Down

2 comments on commit bc0239d

@odow
Copy link
Member Author

@odow odow commented on bc0239d Oct 24, 2023

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/94033

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

Please sign in to comment.