diff --git a/pyproject.toml b/pyproject.toml index 9b32ba3..97be1b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "minifold" -version = "0.9.3" +version = '0.9.3' description = "Minifold is a Python module able to interact with various data sources (e.g. CSV, LDAP, SQL, twitter, etc.) and to query/combine/aggregate them with database-like operators." authors = ["Marc-Olivier Buob "] license = "BSD-3 license"