8000 MNT: tweak version style · matplotlib/matplotlib@c73b88f · GitHub
[go: up one dir, main page]

Skip to content

Commit c73b88f

Browse files
committed
MNT: tweak version style
1 parent 2aae565 commit c73b88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/_version.py

Lines changed: 1 addition & 1 deletion
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)
0