From 89f1c6f863c26ac372b6a29fd39b598e03d1b240 Mon Sep 17 00:00:00 2001 From: songjhaha Date: Wed, 28 Sep 2022 11:20:10 +0800 Subject: [PATCH] bump version "0.4.2" and TyPython "0.2.3" --- TyPython/Project.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "]