Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Jan 1, 2022
1 parent 5571b3a commit 87fa374
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.5
current_version = 0.2.6

[bumpversion:file:waves/__init__.py]

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = waves
version = 0.2.5
version = 0.2.6
description = Utility to work with WAV files in a simple way.
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down
2 changes: 1 addition & 1 deletion waves/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
__all__ = ("Sound", "mono_ttf_gen", "stereo_ttf_gen")

__title__ = "waves"
__version__ = "0.2.5"
__version__ = "0.2.6"

0 comments on commit 87fa374

Please sign in to comment.