blob: b8bb19c0e8d1540f7d8daea54e70402505efaa6e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- setup.py.orig 2023-03-10 22:52:58 UTC
+++ setup.py
@@ -269,6 +269,7 @@ setup( # Finally, pass this all along to setuptools t
setup( # Finally, pass this all along to setuptools to do the heavy lifting.
name="matplotlib",
+ version="3.7.1",
description="Python plotting package",
author="John D. Hunter, Michael Droettboom",
author_email="matplotlib-users@python.org",
|