10000 Move version back to 0.810+dev to trigger builds · python/mypy@8002fc4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8002fc4

Browse files
committed
Move version back to 0.810+dev to trigger builds
< D485 pre class="color-fg-muted d-flex flex-items-center">1 parent 71285dd commit 8002fc4

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.810'
8+
__version__ = '0.810+dev'
99
base_version = __version__
1010

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

0 commit comments

Comments
 (0)
0