Skip to content

Commit

Permalink
Bump version: 0.5.1 → 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-lee97 committed Aug 8, 2024
1 parent bee3475 commit f1a0e3a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[bumpversion]
current_version = 0.5.1
current_version = 0.5.2
commit = True
tag = True

[bumpversion:file:setup.py]

[bumpversion:file:pyproject.toml]

[bumpversion:file:src/grafx/__init__.py]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "GRAFX"
version = "0.5.1"
version = "0.5.2"
description = "An Open-Source Library For Audio Processing Graphs in PyTorch"
authors = [
{ name = "Sungho Lee" },
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="GRAFX",
version="0.5.1",
version="0.5.2",
description="An Open-Source Library for Audio Processing Graphs in PyTorch",
long_description="See docs",
# long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/grafx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from . import data, draw, processors, render, utils

__version__ = '0.5.1'
__version__ = '0.5.2'

0 comments on commit f1a0e3a

Please sign in to comment.