Skip to content

Commit

Permalink
REL: 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Nov 21, 2020
1 parent 1d70dee commit fb0fdb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ author_email = info@martin-thoma.de
maintainer = Martin Thoma
maintainer_email = info@martin-thoma.de


version = 0.10.0
version = 0.11.0

description = flake8 plugin which checks for code that can be simpified
long_description = file: README.md
Expand All @@ -21,7 +20,7 @@ license_file = LICENSE

# https://pypi.org/pypi?%3Aaction=list_classifiers
classifiers =
Development Status :: 3 - Alpha
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Expand All @@ -32,6 +31,7 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Software Development
Framework :: Flake8

Expand Down

0 comments on commit fb0fdb1

Please sign in to comment.