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.
2 parents d76b780 + a3fb7b2 commit 96d8cccCopy full SHA for 96d8ccc
pyproject.toml
@@ -9,7 +9,7 @@ build-backend = "mesonpy"
9
10
[project]
11
name = "flacarray"
12
-version = "0.3.1"
+version = "0.3.2"
13
description = "FLAC Compression of Arrays"
14
readme = "README.md"
15
maintainers = [
@@ -20,7 +20,7 @@ dependencies = [
20
"numpy",
21
]
22
classifiers = [
23
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
24
"License :: OSI Approved :: BSD License",
25
"Programming Language :: C",
26
"Programming Language :: Python",
src/flacarray/__init__.py
@@ -8,6 +8,6 @@
8
import os
-__version__ = "0.2.4"
+__version__ = "0.3.2"
from .array import FlacArray
0 commit comments