From 5390f54db88f2d4eb1cfa13abcf223b6a9fb10bd Mon Sep 17 00:00:00 2001 From: Blair Bonnett Date: Sun, 13 Oct 2019 11:12:21 +0200 Subject: [PATCH] Release version 1.3.0. --- pgfutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgfutils.py b/pgfutils.py index 9653990..7b7be4b 100644 --- a/pgfutils.py +++ b/pgfutils.py @@ -36,7 +36,7 @@ """ -__version__ = "1.3.0-beta" +__version__ = "1.3.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