commit 08447b7f57e44290d48a6707172838cdc26c7706
parent 547c04cd2e5e87a9e9683178a425595ab50f8a6e
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 29 Jan 2023 02:07:23 +0100
correct version
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
@@ -2,3 +2,4 @@ credentials.json
/store
/recordings
__pycache__
+/dist
diff --git a/matrix_call_multitrack_recorder/__about__.py b/matrix_call_multitrack_recorder/__about__.py
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023-present MTRNord <support@nordgedanken.dev>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
-__version__ = "0.0.1"
+__version__ = "0.1.0"