From e7198e6ca0aa527a54e45543e9f3db4bdf8b6580 Mon Sep 17 00:00:00 2001 From: Dylan Reinhold Date: Tue, 19 Mar 2024 23:49:17 -0700 Subject: [PATCH] Version 0.1.4 --- README.md | 2 +- radio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4578f5e..854c2d3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Trunk Player ============ -### Version 0.1.3 +### Version 0.1.4 Python Django web frontend for playing recorded radio transmisisons. The audio files are recorded using [Trunk Recoder](https://github.com/robotastic/trunk-recorder). diff --git a/radio/__init__.py b/radio/__init__.py index 90c81ee..a9d594c 100644 --- a/radio/__init__.py +++ b/radio/__init__.py @@ -6,7 +6,7 @@ logger = logging.getLogger(__name__) -VERSION = (0, 0, 7, 'beta', 1) +VERSION = (0, 1, 4, 'beta', 1) __version__ = get_version(VERSION)