From fc79ecfa9e058a0aafcf2db2d5809f44b55546da Mon Sep 17 00:00:00 2001 From: Blair Bonnett Date: Tue, 8 Oct 2019 13:53:10 +0200 Subject: [PATCH] Release version 1.2.0. --- pgfutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgfutils.py b/pgfutils.py index 44afdc3..08978c5 100644 --- a/pgfutils.py +++ b/pgfutils.py @@ -36,7 +36,7 @@ """ -__version__ = "1.1.0" +__version__ = "1.2.0" # We don't import Matplotlib here as this brings in NumPy. In turn, NumPy # caches a reference to the io.open() method as part of its data loading