Skip to content

Commit

Permalink
Bump version: 2.0.2 → 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lamdav committed Feb 2, 2024
1 parent 4fddc0b commit 223db42
Show file tree
Hide file tree
Showing 2 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 = 2.0.2
current_version = 2.0.3
commit = True
tag = True
tag_name = {new_version}
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "audioconverter"
version = "2.0.2"
version = "2.0.3"
description = "CLI for converting audio files from one format to another"
authors = ["David Lam <david.lam@lamdav.com>"]
license = "MIT"
Expand Down Expand Up @@ -59,5 +59,5 @@ profile = "black"


[build-system]
requires = ["poetry-core>=2.0.2", "setuptools", "setuptools_scm"]
requires = ["poetry-core>=2.0.3", "setuptools", "setuptools_scm"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 223db42

Please sign in to comment.