Skip to content

Commit cd8a5c8

Browse files
authoredSep 12, 2022
Update Project.toml
1 parent 6327807 commit cd8a5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "ControlSystems"
22
uuid = "a6e380b2-a6ca-5380-bf3e-84a91bcd477e"
33
authors = ["Dept. Automatic Control, Lund University"]
44
repo = "https://github.com/JuliaControl/ControlSystems.jl.git"
5-
version = "1.4.1"
5+
version = "1.5.0"
66

77
[deps]
88
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"

2 commit comments

Comments
 (2)

baggepinnen commented on Sep 12, 2022

@baggepinnen
MemberAuthor

JuliaRegistrator commented on Sep 12, 2022

@JuliaRegistrator

Registration pull request created: JuliaRegistries/General/68107

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.5.0 -m "<description of version>" cd8a5c89435a50203f65376329d3a2986584ad75
git push origin v1.5.0
Please sign in to comment.