From 83c3284e91e879a2130fba4aff30ecf7015eaf0a Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 16 Jul 2019 21:08:57 -0700 Subject: [PATCH] =?UTF-8?q?updating=20again=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 328c94f..a80961e 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="bdf_to_numpy", - version="2019.2", + version="2019.4", author="Anson Biggs", author_email="anson@ansonbiggs.com", description="A package for reading .bdf files into NumPy arrays.",