From ab6acc8fb82d52aa5dbbe9bea13416bd93ffcda5 Mon Sep 17 00:00:00 2001 From: Shuhei Ohno Date: Mon, 1 Jul 2024 21:15:42 +0900 Subject: [PATCH] Upgrade to v0.9.5 --- Project.toml | 2 +- README.md | 2 +- docs/src/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 0d4c993..5d87ab1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Antique" uuid = "be6e5d0e-34a5-4c8f-af83-e1b5389203d8" authors = ["Shuhei Ohno"] -version = "0.9.4" +version = "0.9.5" [deps] SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" diff --git a/README.md b/README.md index 289be7e..b08eb8f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Run the following code on the REPL or Jupyter Notebook to install this package. ]add Antique ``` -Or specify the version like `]add Antique@0.9.4` to install a specific version. +Or specify the version like `]add Antique@0.9.5` to install a specific version. ## Usage & Examples diff --git a/docs/src/index.md b/docs/src/index.md index c64c4b9..ab3dd94 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -14,7 +14,7 @@ Run the following code on the REPL or Jupyter Notebook to install this package. ]add Antique ``` -Or specify the version like `]add Antique@0.9.4` to install a specific version. +Or specify the version like `]add Antique@0.9.5` to install a specific version. ## Usage & Examples