Skip to content

Commit

Permalink
release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley committed Jan 19, 2025
1 parent 5fd5bd9 commit 70bdb21
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
1. Update the version in `src/quantity_array/__init__.py`
2. Update the lockfile with `pixi update && pixi install`
3. Push your changes
4. Cut a release via the GitHub GUI
5. Update the version to `{next micro version}.dev0`
6. `pixi clean cache --pypi && pixi update && pixi install`
7. Push your changes
8. Merge the automated PR to conda-forge/array-api-extra-feedstock
2 changes: 1 addition & 1 deletion pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/quantity_array/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from pint import DimensionalityError, Quantity
from pint.facets.plain import MagnitudeT, PlainQuantity

__version__ = "0.0.1.dev0"
__version__ = "0.0.1"
__all__ = ["__version__", "quantity_namespace"]


Expand Down

0 comments on commit 70bdb21

Please sign in to comment.