diff --git a/pyproject.toml b/pyproject.toml index d8fd88c..2cee4eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "touying" -version = "0.11.3" +version = "0.12.0" description = "Export presentation slides in various formats for Touying" readme = "README.md" keywords = ["presentation", "slides", "export"] @@ -32,4 +32,4 @@ packages = {find = {exclude = ["tests"]}} py-modules = ["touying"] [tool.setuptools.package-data] -touying = ["*.j2"] \ No newline at end of file +touying = ["*.j2"]