Skip to content

Commit

Permalink
Bump to new AmplNLWriter version (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Jan 10, 2022
1 parent 42a4258 commit 0d8f635
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 = "NEOSServer"
uuid = "f10290a3-90ea-431b-80e2-02d4e6b73321"
authors = ["odow <[email protected]>"]
version = "0.4.1"
version = "0.4.2"

[deps]
AmplNLWriter = "7c4d4715-977e-5154-bfe0-e096adeac482"
Expand All @@ -10,7 +10,7 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"

[compat]
AmplNLWriter = "0.7.1"
AmplNLWriter = "~0.7.1, ~0.8"
HTTP = "0.9"
LightXML = "~0.8, ~0.9"
julia = "1"
Expand Down

2 comments on commit 0d8f635

@odow
Copy link
Member Author

@odow odow commented on 0d8f635 Jan 10, 2022

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

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.4.2 -m "<description of version>" 0d8f635df8049d90b78c5e9f177e3915906cd7ec
git push origin v0.4.2

Please sign in to comment.