diff --git a/cppygen/__init__.py b/cppygen/__init__.py index bbab024..1276d02 100644 --- a/cppygen/__init__.py +++ b/cppygen/__init__.py @@ -1 +1 @@ -__version__ = "0.1.4" +__version__ = "0.1.5" diff --git a/pyproject.toml b/pyproject.toml index 877e7df..654de4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ pythonPlatform = "Darwin" [tool.poetry] name = "cppygen" -version = "0.1.4" +version = "0.1.5" description = "A simple c++ code generator for pybind11" readme = "README.md" authors = ["Gen740 "]