We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d81a6ee commit 4ddbc65Copy full SHA for 4ddbc65
changelog.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.4.1
4
+* Stop overlapping `python_version`s in `install_requires`.
5
+
6
## 0.4.0
7
* Run mypy once per session instead of once per file.
8
* Stop passing --incremental (which mypy now defaults to).
setup.py
@@ -14,7 +14,7 @@ def read(fname):
14
15
setup(
16
name='pytest-mypy',
17
- version='0.4.0',
+ version='0.4.1',
18
author='Daniel Bader',
19
author_email='mail@dbader.org',
20
maintainer='David Tucker',
0 commit comments