From 90d1801380a8bf998a2026238de0be40bc017ab0 Mon Sep 17 00:00:00 2001 From: ignormies Date: Mon, 27 Sep 2021 13:32:17 -0700 Subject: [PATCH] Release v0.29.0 (#204) --- brainframe_qt/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/brainframe_qt/__init__.py b/brainframe_qt/__init__.py index cb56ed5c..f634f5ba 100644 --- a/brainframe_qt/__init__.py +++ b/brainframe_qt/__init__.py @@ -1 +1 @@ -__version__ = "0.28.5" +__version__ = "0.29.0" diff --git a/pyproject.toml b/pyproject.toml index b894d1e2..36061397 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "brainframe-qt" -version = "0.28.5" +version = "0.29.0" description = "Official BrainFrame client" authors = ["Aotu"] license = "Proprietary"