diff --git a/pyproject.toml b/pyproject.toml index 04e6e52..b2d33f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybondi" -version = "0.1.0" +version = "0.2.0" description = "A lightweight library for creating event driven systems using domain driven design." authors = ["Eric Cardozo "] license = "MIT"