From 30f6870f48f7f19ec41a0a556881c61347923107 Mon Sep 17 00:00:00 2001 From: Rogier van Staveren Date: Mon, 3 Jul 2023 23:14:28 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- rfcontrol/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index be1fe23..2146e5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rfcontrolpy" -version = "0.0.4" +version = "0.0.5" license = {text = "Apache-2.0"} authors = [ { name="Rogier van Staveren" } diff --git a/rfcontrol/__init__.py b/rfcontrol/__init__.py index 565c0cc..1cb87b9 100644 --- a/rfcontrol/__init__.py +++ b/rfcontrol/__init__.py @@ -1,5 +1,5 @@ """ """ -__version__ = "0.0.4" +__version__ = "0.0.5" from rfcontrol import controller, helpers