Skip to content

Commit

Permalink
Post 0.0.1 release actions done
Browse files Browse the repository at this point in the history
  • Loading branch information
martaiborra committed Dec 4, 2023
1 parent 25e3043 commit ecb9afb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Tagging

$ git push --tags

- Create a new release visiting https://github.com/Blosc/blosc2_btune/releases/new
- Create a new release visiting https://github.com/Blosc/blosc2_grok/releases/new
and add the release notes copying them from `RELEASE_NOTES.md` document.


Expand All @@ -59,7 +59,7 @@ Announcing
Post-release actions
--------------------

- Edit *VERSION* symbols in blosc2_btune/__init__.py *and* src/btune.h *and* pyproject.toml in main to increment the
- Edit *VERSION* symbols in blosc2_btune/__init__.py *and* pyproject.toml in main to increment the
version to the next minor one (i.e. X.Y.Z --> X.Y.(Z+1).dev).

- Create new headers for adding new features in ``RELEASE_NOTES.md``
Expand Down
2 changes: 1 addition & 1 deletion blosc2_grok/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import atexit
import numpy as np

__version__ = "0.0.1"
__version__ = "0.0.2.dev"


class GrkProgOrder(Enum):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "blosc2_grok"
version = "0.0.1"
version = "0.0.2.dev"
readme = "README.md"
authors = [
{name = "Blosc Development Team", email = "[email protected]"},
Expand Down

0 comments on commit ecb9afb

Please sign in to comment.