Files

11 lines
400 B
Python
Raw Permalink Normal View History

2023-11-10 05:31:47 +01:00
--- setup.py.orig 2023-09-15 02:26:52 UTC
2023-04-07 22:44:22 +08:00
+++ setup.py
2023-11-10 05:31:47 +01:00
@@ -278,6 +278,7 @@ setup( # Finally, pass this all along to setuptools t
2023-04-07 22:44:22 +08:00
setup( # Finally, pass this all along to setuptools to do the heavy lifting.
name="matplotlib",
2023-11-10 05:31:47 +01:00
+ version="3.8.0",
2023-04-07 22:44:22 +08:00
description="Python plotting package",
author="John D. Hunter, Michael Droettboom",
author_email="matplotlib-users@python.org",