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!