bump to major version 1

This commit is contained in:
2023-06-19 20:03:26 +01:00
parent a460c6aeb0
commit e6ea1e5f4f
4 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "voicemeeter-api"
version = "0.9.2"
version = "1.0.0"
description = "A Python wrapper for the Voiceemeter API"
authors = ["onyx-and-iris <code@onyxandiris.online>"]
license = "MIT"
@@ -31,3 +31,4 @@ dsl = "scripts:ex_dsl"
midi = "scripts:ex_midi"
obs = "scripts:ex_obs"
observer = "scripts:ex_observer"
test ="scripts:test"