diff --git a/pyproject.toml b/pyproject.toml index 5a4187c..ecd5b02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,7 +141,7 @@ filterwarnings = [ ] [tool.bumpversion] -current_version = "0.7.2" +current_version = "0.7.3" search = "{current_version}" replace = "{new_version}" diff --git a/tipg/__init__.py b/tipg/__init__.py index 26e6bd5..f88f71b 100644 --- a/tipg/__init__.py +++ b/tipg/__init__.py @@ -1,3 +1,3 @@ """tipg.""" -__version__ = "0.7.2" +__version__ = "0.7.3"