diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c0468ad..bd0ec8b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.8.0 +current_version = 2.9.0 commit = False [bumpversion:file:pyproject.toml] diff --git a/README.md b/README.md index 448abd0..6864a51 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ cog.out( ]]] --> ```bash $ flake8 --version -4.0.1 (flake8-annotations: 2.8.0, mccabe: 0.6.1, pycodestyle: 2.8.0, pyflakes:2.4.0) CPython 3.10.2 on Darwin +4.0.1 (flake8-annotations: 2.9.0, mccabe: 0.6.1, pycodestyle: 2.8.0, pyflakes:2.4.0) CPython 3.10.2 on Darwin ``` diff --git a/flake8_annotations/__init__.py b/flake8_annotations/__init__.py index 25e2e73..0e744f1 100644 --- a/flake8_annotations/__init__.py +++ b/flake8_annotations/__init__.py @@ -5,4 +5,4 @@ else: PY_GTE_38 = False -__version__ = "2.8.0" +__version__ = "2.9.0" diff --git a/pyproject.toml b/pyproject.toml index c24ef30..d1e86b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flake8-annotations" -version = "2.8.0" +version = "2.9.0" description = "Flake8 Type Annotation Checks" license = "MIT" readme = "README.md"