readme, changelog updated to reflect changes.

pytest-repeat added to dev dependencies.
update dependencies

minor version bump.
This commit is contained in:
onyx-and-iris
2022-07-16 21:24:51 +01:00
parent 42022f2df2
commit d78de4d967
4 changed files with 130 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "voicemeeter-api"
version = "0.2.3"
version = "0.3.0"
description = "A Python wrapper for the Voiceemeter API"
authors = ["onyx-and-iris <code@onyxandiris.online>"]
license = "MIT"
@@ -17,6 +17,7 @@ python = "^3.11"
[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
pytest-randomly = "^3.12.0"
pytest-repeat = "^0.9.1"
black = "^22.3.0"
isort = "^5.10.1"