From 88187076ef22167b7c075b01cce0243d9fc59a88 Mon Sep 17 00:00:00 2001 From: Shuhei Ohno Date: Wed, 3 Jul 2024 04:54:25 +0900 Subject: [PATCH] Upgrade to v0.11.0 --- 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 3641fcb..cef13df 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Antique" uuid = "be6e5d0e-34a5-4c8f-af83-e1b5389203d8" authors = ["Shuhei Ohno"] -version = "0.10.0" +version = "0.11.0" [deps] SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" diff --git a/README.md b/README.md index 794335a..84a3ddb 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.10.0` to install a specific version. The version of this package can be found at `]status Antique`. +Or specify the version like `]add Antique@0.11.0` to install a specific version. The version of this package can be found at `]status Antique`. ## Usage & Examples diff --git a/docs/src/index.md b/docs/src/index.md index 4289a6b..93b9aa0 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.10.0` to install a specific version. The version of this package can be found at `]status Antique`. +Or specify the version like `]add Antique@0.11.0` to install a specific version. The version of this package can be found at `]status Antique`. ## Usage & Examples