Skip to content

Commit b316041

Browse files
committed
Fix version
1 parent 351cd08 commit b316041

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "mesonpy"
99

1010
[project]
1111
name = "flacarray"
12-
version = "0.3.2"
12+
version = "0.3.4"
1313
description = "FLAC Compression of Arrays"
1414
readme = "README.md"
1515
maintainers = [

src/flacarray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
import os
99

1010

11-
__version__ = "0.3.2"
11+
__version__ = "0.3.4"
1212

1313
from .array import FlacArray

0 commit comments

Comments
 (0)