Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc7683b

Browse files
committed
BLD: tweak version style
1 parent 2aae565 commit fc7683b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def get_config():
3535
# _version.py
3636
cfg = VersioneerConfig()
3737
cfg.VCS = "git"
38-
cfg.style = "pep440"
38+
cfg.style = "pep440-post"
3939
cfg.tag_prefix = "v"
4040
cfg.parentdir_prefix = "matplotlib-"
4141
cfg.versionfile_source = "lib/matplotlib/_version.py"

0 commit comments

Comments
 (0)