diff --git a/.gitignore b/.gitignore index 3c535ac..b52d7e4 100644 --- a/.gitignore +++ b/.gitignore @@ -155,4 +155,5 @@ cython_debug/ quick.py #config -config.toml \ No newline at end of file +config.toml +vban.toml \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 5187bf0..873da91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"