Skip to content

Commit

Permalink
Bump version: 2.0.0 → 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lamdav committed Feb 2, 2024
1 parent c1d613d commit 0cb8a7a
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.0
current_version = 2.0.1
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.0"
version = "2.0.1"
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.0", "setuptools", "setuptools_scm"]
requires = ["poetry-core>=2.0.1", "setuptools", "setuptools_scm"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 0cb8a7a

Please sign in to comment.