From a8418a06389441299e47d743a8640e3f964cfd69 Mon Sep 17 00:00:00 2001 From: Michael Connor Buchan Date: Sat, 28 Dec 2024 20:38:10 +0000 Subject: [PATCH] build: Release 0.4.4 --- cyal/about.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cyal/about.py b/cyal/about.py index bd41fbd..441828d 100644 --- a/cyal/about.py +++ b/cyal/about.py @@ -1,5 +1,5 @@ """ Cython bindings for OpenAL """ -__version__ = "0.4.3" +__version__ = "0.4.4" __author__ = "Michael Connor Buchan" __author_email__ = "mikey@blindcomputing.org" diff --git a/pyproject.toml b/pyproject.toml index f116a9a..a803528 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cyal" -version = "0.4.3" +version = "0.4.4" authors = [ { name="Michael Connor Buchan", email="mikey@blindcomputing.org" }, ]