From 7c82d87248c027b77932d4fae477d6499d0491d0 Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 16 Jul 2019 19:25:45 -0700 Subject: [PATCH] updated to new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3e34336..0768bcb 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.1", + version="2019.2", author="Anson Biggs", author_email="anson@ansonbiggs.com", description="A package for reading .bdf files into NumPy arrays.",