Skip to content

Commit bf48d26

Browse files
committed
ENH: Bump version to 2.0.0
1 parent d2c4ab5 commit bf48d26

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ First install [pixi](https://pixi.sh/latest/installation/). Then, install projec
367367

368368
```shell
369369
pixi install -a
370-
pixi run -e dev pre-commit-install
370+
pixi run -e dev pre-commit install
371371
```
372372

373373
### Testing, linting, and formatting
@@ -397,8 +397,8 @@ This section is relevant only for maintainers.
397397

398398
1. Pull `git`'s `main` branch.
399399
2. `pixi install -a`
400-
3. `pixi run pre-commit-install`
401-
4. `pixi run -e test test`
400+
3. `pixi run -e dev pre-commit install`
401+
4. `pixi run tests`
402402
5. `pixi shell`
403403
6. `hatch version <new-version>`
404404
7. `git add .`

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/xarray_dataclasses/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# SPDX-License-Identifier: MIT
2-
__version__ = "1.9.1"
2+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)