Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalbeck committed Jan 4, 2022
1 parent 0a650f2 commit 44ce2fe
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 = "talked"
version = "0.2.1"
version = "0.3.0"
description = "Call recording for Nextcloud Talk"
authors = ["Magnus Walbeck <mw@mwalbeck.org>"]
license = "AGPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion talked/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from tomlkit import parse

__version__ = "0.2.1"
__version__ = "0.3.0"

LOG_LEVELS = {
"critical": logging.CRITICAL,
Expand Down

0 comments on commit 44ce2fe

Please sign in to comment.