From 322cd114b2b6bc5c27159c3b42de51cd83c7dcad Mon Sep 17 00:00:00 2001 From: Ion Li Date: Wed, 6 Mar 2024 12:44:06 -0500 Subject: [PATCH] bumped version to 4.7.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e4c0a7b..d6a2885 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages setup(name='EosLib', - version='4.5.0', + version='4.7.0', description='Library of shared code between EosPayload and EosGround', author='Lightning From The Edge of Space', author_email='thomasmholder@gmail.com',