Skip to content

Commit

Permalink
chore: Update version from 2.9.1 to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Jan 17, 2025
1 parent 5f94b33 commit 5d31ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[![Package version](https://img.shields.io/pypi/v/flake8-type-checking.svg)](https://pypi.org/project/flake8-type-checking/)
<!---[![Code coverage](https://codecov.io/gh/snok/flake8-type-checking/branch/main/graph/badge.svg)](https://codecov.io/gh/snok/flake8-type-checking)--->
[![Test status](/~https://github.com/snok/flake8-type-checking/actions/workflows/testing.yml/badge.svg)](/~https://github.com/snok/flake8-type-checking/actions/workflows/testing.yml)
[![Supported Python versions](https://img.shields.io/badge/python-3.9%2B-blue)](https://pypi.org/project/flake8-type-checking/)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)<!---[![Code coverage](https://codecov.io/gh/snok/flake8-type-checking/branch/main/graph/badge.svg)](https://codecov.io/gh/snok/flake8-type-checking)--->

# flake8-type-checking

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = 'flake8-type-checking'
version = "2.9.1"
version = "3.0.0"
description = 'A flake8 plugin for managing type-checking imports & forward references'
homepage = '/~https://github.com/snok'
repository = '/~https://github.com/snok/flake8-type-checking'
Expand Down

0 comments on commit 5d31ced

Please sign in to comment.