Skip to content

Commit

Permalink
Reexport NonconvexUtils (#132)
Browse files Browse the repository at this point in the history
* reexport NonconvexUtils

* bump version
  • Loading branch information
mohamed82008 committed Jun 11, 2022
1 parent 45fb066 commit f03f541
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name = "Nonconvex"
uuid = "01bcebdf-4d21-426d-b5c4-6132c1619978"
authors = ["Mohamed Tarek <mohamed82008@gmail.com> and contributors"]
version = "1.0.3"
version = "1.0.4"

[deps]
NonconvexCore = "035190e5-69f1-488f-aaab-becca2889735"
NonconvexUtils = "c48e48a2-1f5e-44ff-8799-c8e168d11d1b"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
NonconvexCore = "1"
NonconvexUtils = "0.2"
Reexport = "1"
julia = "1"

Expand Down
1 change: 1 addition & 0 deletions src/Nonconvex.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module Nonconvex

using Reexport
@reexport using NonconvexCore
@reexport using NonconvexUtils

include("load.jl")

Expand Down

2 comments on commit f03f541

@mohamed82008
Copy link
Member 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/62229

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

Please sign in to comment.