Skip to content

Commit

Permalink
REL 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jun 23, 2020
1 parent e580733 commit fee57e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainer = Martin Thoma
maintainer_email = info@martin-thoma.de

# keep in sync with mpu/_version.py
version = 0.23.0
version = 0.23.1

description = Martins Python Utilities
long_description = file: README.md
Expand Down Expand Up @@ -40,7 +40,7 @@ classifiers =

[options]
packages = find:
python_requires = >= 3.0
python_requires = >= 3.6

[tool:pytest]
addopts = --doctest-modules --mccabe --cov=./mpu --cov-append --cov-report html:tests/reports/coverage-html --cov-report xml:tests/reports/coverage.xml --cov-report term-missing --flake8 --ignore=docs/ --durations=3 --mypy
Expand Down

0 comments on commit fee57e1

Please sign in to comment.