Skip to content

Commit 4ddbc65

Browse files
committed
Bump the version to 0.4.1
1 parent d81a6ee commit 4ddbc65

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.4.1
4+
* Stop overlapping `python_version`s in `install_requires`.
5+
36
## 0.4.0
47
* Run mypy once per session instead of once per file.
58
* Stop passing --incremental (which mypy now defaults to).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def read(fname):
1414

1515
setup(
1616
name='pytest-mypy',
17-
version='0.4.0',
17+
version='0.4.1',
1818
author='Daniel Bader',
1919
author_email='mail@dbader.org',
2020
maintainer='David Tucker',

0 commit comments

Comments
 (0)