diff --git a/TyPython/Project.toml b/TyPython/Project.toml index d082927..fafd5c0 100644 --- a/TyPython/Project.toml +++ b/TyPython/Project.toml @@ -1,7 +1,7 @@ name = "TyPython" uuid = "9c4566a2-237d-4c69-9a5e-9d27b7d0881b" authors = ["thautwarm "] -version = "0.2.2" +version = "0.2.3" [deps] IOCapture = "b5f81e59-6552-4d32-b1f0-c071b021bf89" diff --git a/pyproject.toml b/pyproject.toml index 58699c8..a505b95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "julia-numpy" -version = "0.4.1" +version = "0.4.2" description = "Writing Python C extensions in Julia within 5 minutes." authors = ["thautwarm "] maintainers = ["songjhaha "]