Skip to content

Commit

Permalink
Reduce test matrix and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Jun 15, 2024
1 parent 2706d76 commit 2b991c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion include/z5/z5.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

#define Z5_VERSION_MAJOR 2
#define Z5_VERSION_MINOR 0
#define Z5_VERSION_PATCH 17
#define Z5_VERSION_PATCH 18
2 changes: 1 addition & 1 deletion src/python/module/z5py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from .group import Group
from .attribute_manager import set_json_encoder, set_json_decoder

__version__ = "2.0.17"
__version__ = "2.0.18"
__version_info__ = tuple(int(i) for i in __version__.split("."))

0 comments on commit 2b991c6

Please sign in to comment.