We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351cd08 commit b316041Copy full SHA for b316041
pyproject.toml
@@ -9,7 +9,7 @@ build-backend = "mesonpy"
9
10
[project]
11
name = "flacarray"
12
-version = "0.3.2"
+version = "0.3.4"
13
description = "FLAC Compression of Arrays"
14
readme = "README.md"
15
maintainers = [
src/flacarray/__init__.py
@@ -8,6 +8,6 @@
8
import os
-__version__ = "0.3.2"
+__version__ = "0.3.4"
from .array import FlacArray
0 commit comments