1
0
mirror of https://gitlab.com/MisterBiggs/bdfparse.git synced 2025-06-16 06:26:39 +00:00

updated to new version

This commit is contained in:
Anson 2019-07-16 19:25:45 -07:00
parent 7ff36f34eb
commit 7c82d87248

View File

@ -10,7 +10,7 @@ with open("README.md", "r") as fh:
setuptools.setup( setuptools.setup(
name="bdf-to-numpy", name="bdf-to-numpy",
version="2019.1", version="2019.2",
author="Anson Biggs", author="Anson Biggs",
author_email="anson@ansonbiggs.com", author_email="anson@ansonbiggs.com",
description="A package for reading .bdf files into NumPy arrays.", description="A package for reading .bdf files into NumPy arrays.",