From 98037a0d1638b0810074ac49a7984802a6ca1925 Mon Sep 17 00:00:00 2001 From: gillian Date: Tue, 12 May 2026 14:40:17 -0400 Subject: [PATCH] Bump version to 0.1.6 --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f1f67e3..07c1ea7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,7 +14,7 @@ sys.path.insert(0, os.path.abspath(os.path.join('..', '..'))) project = 'ria-toolkit-oss' copyright = '2026, Qoherent Inc' author = 'Qoherent Inc.' -release = '0.1.5' +release = '0.1.6' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 48a9e1c..e4a91d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ria-toolkit-oss" -version = "0.1.5" +version = "0.1.6" description = "An open-source version of the RIA Toolkit, including the fundamental tools to get started developing, testing, and deploying radio intelligence applications" license = { text = "AGPL-3.0-only" } readme = "README.md"