From bac60e5ed3de87669030f4f039af84a2ef6d43de Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Fri, 7 Oct 2022 20:01:55 +0100 Subject: [PATCH] add vban.toml to gitignore minor bump --- .gitignore | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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"