From 906e6b8f7b76feecba9497ae82592e8c3ca0c2fc Mon Sep 17 00:00:00 2001 From: Goosang Yu Date: Tue, 10 Sep 2024 13:28:31 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v0.16.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- genet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genet/__init__.py b/genet/__init__.py index a0bb127..44d4fe9 100644 --- a/genet/__init__.py +++ b/genet/__init__.py @@ -7,7 +7,7 @@ # How to release with 2FA accounts # [주의!] 먼저 아래의 version을 변경한다!! -__version__ = '0.15.1' +__version__ = '0.16.0' # hatch build # twine upload --username __token__ dist/*