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/*