Skip to content

Commit f2f8fd4

Browse files
committedAug 29, 2019
prepare v0.9.1
1 parent f3b8a46 commit f2f8fd4

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
@@ -1,6 +1,6 @@
11
name = "SCIP"
22
uuid = "82193955-e24f-5292-bf16-6f2c5261a85f"
3-
version = "0.9.0"
3+
version = "0.9.1"
44

55
[deps]
66
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"

2 commit comments

Comments
 (2)

rschwarz commented on Aug 29, 2019

@rschwarz
CollaboratorAuthor

JuliaRegistrator commented on Aug 29, 2019

@JuliaRegistrator

Registration pull request created: JuliaRegistries/General/3060

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.1 -m "<description of version>" f2f8fd458bddc47ca843bc56452870eb0a614bc7
git push origin v0.9.1
Please sign in to comment.