Skip to content

Commit

Permalink
chore: update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
wst24365888 committed Jun 7, 2022
1 parent 2d46c62 commit caf2252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion voice_presentation_control/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__app_name__ = "voice_presentation_control"
__version__ = "1.0.1"
__version__ = "1.0.2"

0 comments on commit caf2252

Please sign in to comment.