Skip to content

Commit e5c3372

Browse files
committed
DEV: set version to 0.6.1.dev0
1 parent 9173127 commit e5c3372

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

RELEASING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
1. Update the version in `src/array_api_extra/__init__.py`
2-
2. Update the lockfile with `pixi update` and `pixi install`
2+
2. Update the lockfile with `pixi update && pixi install`
33
3. Push your changes
44
4. Cut a release via the GitHub GUI
55
5. Update the version to `{next micro version}.dev0`
6-
6. Update the lockfile
6+
6. `pixi clean cache --pypi && pixi update && pixi install`
77
7. Push your changes
88
8. Merge the automated PR to conda-forge/array-api-extra-feedstock

pixi.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/array_api_extra/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
sinc,
1414
)
1515

16-
__version__ = "0.6.0"
16+
__version__ = "0.6.1.dev0"
1717

1818
# pylint: disable=duplicate-code
1919
__all__ = [

0 commit comments

Comments
 (0)