Skip to content

Commit f53b718

Browse files
committed
Bump version to 0.761
The 0.760 source tarball was not uploaded to PyPI; the only difference in the 0.761 release is that it will (hopefully) be fully uploaded this time.
1 parent 54447c6 commit f53b718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# - Release versions have the form "0.NNN".
66
# - Dev versions have the form "0.NNN+dev" (PLUS sign to conform to PEP 440).
77
# - For 1.0 we'll switch back to 1.2.3 form.
8-
__version__ = '0.760'
8+
__version__ = '0.761'
99
base_version = __version__
1010

1111
mypy_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))

0 commit comments

Comments
 (0)