Merge pull request 'release/v0.1.6' (#32) from release/v0.1.6 into main
Some checks failed
Build Sphinx Docs Set / Build Docs (push) Successful in 43s
Test with tox / Test with tox (3.11) (push) Successful in 4m59s
Build Project / Build Project (3.10) (push) Successful in 8m8s
Build Project / Build Project (3.12) (push) Successful in 9m53s
Build Project / Build Project (3.11) (push) Successful in 11m19s
Test with tox / Test with tox (3.10) (push) Failing after 16m23s
Test with tox / Test with tox (3.12) (push) Successful in 16m18s

Reviewed-on: #32
This commit is contained in:
G gillian 2026-05-12 15:16:28 -04:00
commit 3295b285f4
3 changed files with 3 additions and 3 deletions

View File

@ -185,7 +185,7 @@ RIA Toolkit OSS is developed and maintained by [Qoherent](https://qoherent.ai/),
If you are doing research with RIA Toolkit OSS, please cite the project:
```
[1] Qoherent Inc., "Radio Intelligence Apps Toolkit OSS," 2025. [Online]. Available: https://riahub.ai/qoherent/ria-toolkit-oss
[1] Qoherent Inc., "Radio Intelligence Apps Toolkit OSS," 2026. [Online]. Available: https://riahub.ai/qoherent/ria-toolkit-oss
```
If you like what we're doing, don't forget to give the project a star! ⭐

View File

@ -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

View File

@ -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"