diff --git a/pyproject.toml b/pyproject.toml index 0b3c50b..e8387a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ fail_under = 95 github_url = "https://github.com/InCogNiTo124/knarrow" [tool.tbump.version] -current = "0.5.1" +current = "0.6.0" # Example of a semver regexp. # Make sure this matches current_version before diff --git a/setup.py b/setup.py index dd5c201..ea0ba6e 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="knarrow", - version="0.5.1", + version="0.6.0", description="Shoot a knarrow to the knee", # Use UTF-8 encoding for README even on Windows by using the encoding argument. long_description=project_dir.joinpath("README.md").read_text(encoding="utf-8"),