From 5cd10fcb3b619c2183c0cad64544eef38df75f8a Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 15 May 2024 11:38:11 +1200 Subject: [PATCH] Prep for v0.8.1 (#842) --- Project.toml | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index fe2ba0bbf..611e8e0b6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Hypatia" uuid = "b99e6be6-89ff-11e8-14f8-45c827f4f8f2" repo = "https://github.com/jump-dev/Hypatia.jl.git" -version = "0.8.0" +version = "0.8.1" [deps] Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" diff --git a/README.md b/README.md index 8ff0d0f5f..4b48d8e8f 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ and preprints of our papers: and corresponding [raw results CSV files](https://github.com/jump-dev/Hypatia.jl/wiki) generated by our run scripts in the benchmarks folder. +## Getting help + +If you need help, please ask a question on the [JuMP community forum](https://jump.dev/forum). + +If you have a reproducible example of a bug, please [open a GitHub issue](https://github.com/jump-dev/Hypatia.jl/issues/new). + ## License Hypatia is licensed under the MIT License (see [LICENSE](https://github.com/jump-dev/Hypatia.jl/blob/master/LICENSE.md)).