From caf225277fbb0d0380ee743ac91927734a363953 Mon Sep 17 00:00:00 2001 From: Xyphuz Date: Wed, 8 Jun 2022 00:08:29 +0800 Subject: [PATCH] chore: update version number --- pyproject.toml | 2 +- voice_presentation_control/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fabab15..ac47697 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "voice-presentation-control" -version = "1.0.1" +version = "1.0.2" description = "voice-presentation-control is a tool that allows you to control your presentation using voice when you don't have a presentation pen or when it's inconvinient to use the keyboard." authors = ["Xyphuz "] readme = "README.md" diff --git a/voice_presentation_control/__init__.py b/voice_presentation_control/__init__.py index 6a00b96..15671ce 100644 --- a/voice_presentation_control/__init__.py +++ b/voice_presentation_control/__init__.py @@ -1,2 +1,2 @@ __app_name__ = "voice_presentation_control" -__version__ = "1.0.1" +__version__ = "1.0.2"