From 6b0020a8976170547f4b6343a05c563047348696 Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Thu, 16 Jan 2025 20:06:34 +0000 Subject: [PATCH] tweak version --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92eb21e..3ef32b3 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ See https://data-apis.org/array-api-extra/#installation. This project uses [EffVer](https://jacobtomlinson.dev/effver/). TL;DR: -- To bump from version `x.y.z` to `x.(y+1).z` of array-api-extra, expect that +- To bump from version `x.y.z` to `x.(y+1).0` of array-api-extra, expect that you may need to put in some work. - To bump from version `x.y.z` to `x.y.(z+1)`, any work needed on your side should be minimal. Please open an issue if this is not the case! diff --git a/docs/index.md b/docs/index.md index 84521e9..d15a624 100644 --- a/docs/index.md +++ b/docs/index.md @@ -118,7 +118,7 @@ See [an example of this in SciPy][scipy-vendor-example]. This project uses [EffVer](https://jacobtomlinson.dev/effver/). TL;DR: -- To bump from version `x.y.z` to `x.(y+1).z` of array-api-extra, expect that +- To bump from version `x.y.z` to `x.(y+1).0` of array-api-extra, expect that you may need to put in some work. - To bump from version `x.y.z` to `x.y.(z+1)`, any work needed on your side should be minimal. Please open an issue if this is not the case!