aboutsummaryrefslogtreecommitdiff
path: root/math/py-matplotlib/files/patch-setup.py
blob: 67ef39dc1530e834c3ce76bab4ec62a57253a049 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- setup.py.orig	2023-09-15 02:26:52 UTC
+++ setup.py
@@ -278,6 +278,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.8.0",
     description="Python plotting package",
     author="John D. Hunter, Michael Droettboom",
     author_email="matplotlib-users@python.org",