Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Nov 24, 2022
1 parent 82250c4 commit 27c3a9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mipac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 27c3a9b

Please sign in to comment.