diff --git a/setup.cfg b/setup.cfg index 660bee4..d721633 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.2.2 commit = False tag = False diff --git a/setup.py b/setup.py index d0a79ef..8aba3ed 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,6 @@ install_requires=install_requires, extras_require={"dev": dev_requires}, url="https://github.com/hyumo/qfmu", - version="0.2.1", + version="0.2.2", zip_safe=False, ) diff --git a/src/qfmu/__init__.py b/src/qfmu/__init__.py index e120177..d77c593 100644 --- a/src/qfmu/__init__.py +++ b/src/qfmu/__init__.py @@ -4,7 +4,7 @@ __author__ = """Hang Yu""" __email__ = "yuhang.neu@gmail.com" -__version__ = "0.2.1" +__version__ = "0.2.2" __module_path__ = pathlib.Path(__file__).parent __template_path__ = __module_path__ / "codegen" / "templates"