From 0e6812d6a9f3306849127eba57320483b04b17d1 Mon Sep 17 00:00:00 2001 From: evilchili Date: Tue, 5 Mar 2024 23:42:10 -0800 Subject: [PATCH] bumping version --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9710b3..96d4e04 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Croaker -A shoutcast audio playlist designed for serving D&D session music. +A shoutcast audio player designed for serving D&D session music. ## What? Why? diff --git a/pyproject.toml b/pyproject.toml index aa7c9ff..f28c191 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "croaker" -version = "0.1.3" +version = "0.9" description = "" authors = ["evilchili "] readme = "README.md"