diff --git a/pyproject.toml b/pyproject.toml index 3ebcf45..7a63939 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "pyapiary" packages = [{ include = "pyapiary", from = "src" }] -version = "2.0.2" +version = "2.1.0" description = "A simple, lightweight set of connectors and functions to various APIs and DBMSs, controlled by a central broker." authors = ["Rob D'Aveta "] readme = "README.md"