Thanks to visit codestin.com Credit goes to github.com
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 7197a99 commit b44a1fbCopy full SHA for b44a1fb
1 file changed
mypy/version.py
@@ -8,7 +8,7 @@
8
# - Release versions have the form "1.2.3".
9
# - Dev versions have the form "1.2.3+dev" (PLUS sign to conform to PEP 440).
10
# - Before 1.0 we had the form "0.NNN".
11
-__version__ = "1.18.0+dev"
+__version__ = "1.18.0"
12
base_version = __version__
13
14
mypy_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
0 commit comments