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.",