Skip to content

Commit a646486

Browse files
committed
bump major version since we drop Python 3.9
1 parent f3e17d8 commit a646486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hdf5plugin/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from typing import NamedTuple
2727
import re
2828

29-
version = "5.1.0"
29+
version = "6.0.0"
3030

3131

3232
class _VersionInfo(NamedTuple):

0 commit comments

Comments
 (0)