From 27c3a9bc5f4552b1fd56221b3129720219613bf8 Mon Sep 17 00:00:00 2001 From: yupix Date: Thu, 24 Nov 2022 22:48:48 +0900 Subject: [PATCH] feat: bump version --- mipac/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mipac/__init__.py b/mipac/__init__.py index 5be116e1..049bc0dc 100644 --- a/mipac/__init__.py +++ b/mipac/__init__.py @@ -3,7 +3,7 @@ __license__ = 'MIT' __copyright__ = 'Copyright 2022-present yupix' __author_email__ = 'yupi0982@outlook.jp' -__version__ = '0.2.0' +__version__ = '0.3.0' __path__ = __import__('pkgutil').extend_path(__path__, __name__) diff --git a/setup.py b/setup.py index cadafb5b..4f96aa73 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( name='mipac', - version='0.2.0', + version='0.3.0', install_requires=requirements, url='https://github.com/yupix/mipac', author='yupix',