Bump version to 3.7.1 for release (#337)
This commit is contained in:
parent
c734a3a3f6
commit
1b2e255218
@ -16,7 +16,7 @@
|
||||
import re
|
||||
from typing import List, Tuple, Union
|
||||
|
||||
__version__ = "3.8.0.dev0"
|
||||
__version__ = "3.7.1"
|
||||
|
||||
|
||||
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user