Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a821c7a

Browse files
authoredNov 29, 2022
Update Project.toml
1 parent 84796d2 commit a821c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ModelingToolkitStandardLibrary"
22
uuid = "16a59e39-deab-5bd0-87e4-056b12336739"
33
authors = ["Chris Rackauckas and Julia Computing"]
4-
version = "1.8.0"
4+
version = "1.9.0"
55

66
[deps]
77
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"

2 commit comments

Comments
 (2)

YingboMa commented on Nov 29, 2022

@YingboMa
MemberAuthor

JuliaRegistrator commented on Nov 29, 2022

@JuliaRegistrator

Registration pull request created: JuliaRegistries/General/73131

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