From fd0e140c8b74b7174fe08240252f8427b45a606d Mon Sep 17 00:00:00 2001 From: Anson Date: Mon, 20 Jan 2020 12:45:32 -0700 Subject: [PATCH] 2020.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f652154..7829b8d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="aero_astro_calc", - version="2019.1.3", + version="2020.1.0", author="Anson Biggs", author_email="anson@ansonbiggs.com", description="A small python library with functions to assist engineers.",