Skip to content

Commit

Permalink
chore: prepare release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
faradox committed Jan 29, 2024
1 parent b1b2857 commit 28f140e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "nendo-plugin-classify-core"
version = "0.2.4"
version = "0.2.5"
authors = [
"Felix Lorenz <[email protected]>",
"Aaron Abebe <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if __name__ == "__main__":
setup(
name="nendo-plugin-classify-core",
version="0.2.4",
version="0.2.5",
description="Nendo core classification plugin",
author="Okio Team <[email protected]>",
)
2 changes: 1 addition & 1 deletion src/nendo_plugin_classify_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from .plugin import NendoClassifyCore

__version__ = "0.2.4"
__version__ = "0.2.5"

__all__ = [
"NendoClassifyCore",
Expand Down

0 comments on commit 28f140e

Please sign in to comment.