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.
1 parent 2aae565 commit fc7683bCopy full SHA for fc7683b
lib/matplotlib/_version.py
@@ -35,7 +35,7 @@ def get_config():
35
# _version.py
36
cfg = VersioneerConfig()
37
cfg.VCS = "git"
38
- cfg.style = "pep440"
+ cfg.style = "pep440-post"
39
cfg.tag_prefix = "v"
40
cfg.parentdir_prefix = "matplotlib-"
41
cfg.versionfile_source = "lib/matplotlib/_version.py"
0 commit comments