Skip to content

Commit

Permalink
Merge pull request #52 from dmtucker/release
Browse files Browse the repository at this point in the history
Bump the version to 0.4.1
  • Loading branch information
dmtucker committed Sep 19, 2019
2 parents d81a6ee + 4ddbc65 commit 06b5050
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
@@ -1,5 +1,8 @@
# Changelog

## 0.4.1
* Stop overlapping `python_version`s in `install_requires`.

## 0.4.0
* Run mypy once per session instead of once per file.
* Stop passing --incremental (which mypy now defaults to).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@ def read(fname):

setup(
name='pytest-mypy',
version='0.4.0',
version='0.4.1',
author='Daniel Bader',
author_email='mail@dbader.org',
maintainer='David Tucker',
Expand Down

0 comments on commit 06b5050

Please sign in to comment.