add vban.toml to gitignore

minor bump
This commit is contained in:
onyx-and-iris 2022-10-07 20:01:55 +01:00
parent 692acc8dd0
commit bac60e5ed3
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -155,4 +155,5 @@ cython_debug/
quick.py
#config
config.toml
config.toml
vban.toml

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "vban-cmd"
version = "1.6.0"
version = "1.7.0"
description = "Python interface for the VBAN RT Packet Service (Sendtext)"
authors = ["onyx-and-iris <code@onyxandiris.online>"]
license = "MIT"