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)