Skip to content

Commit c553ac6

Browse files
committed
chore: release 0.2.0
1 parent b96adb9 commit c553ac6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "muc"
33
authors = [{ name = "Harshal Laheri", email = "harshal@harshallaheri.me" }]
4-
version = "0.1.0"
4+
version = "0.2.0"
55
description = "Play audio through your microphone in games using hotkeys"
66
readme = "README.md"
77
requires-python = ">=3.13"

src/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_soundboard() -> tuple[Soundboard, AudioManager]:
4646

4747
@click.group(invoke_without_command=True)
4848
@click.pass_context
49-
@click.version_option(version="0.1.0", prog_name="muc")
49+
@click.version_option(version="0.2.0", prog_name="muc")
5050
def cli(ctx: click.Context) -> None:
5151
"""[bold cyan]MUC Soundboard[/bold cyan].
5252

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)