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"