From 81b1cda778dd9492189dab1f9e27b03355ef6fd6 Mon Sep 17 00:00:00 2001 From: Jiayuan-Gu Date: Tue, 14 Feb 2023 05:09:09 -0800 Subject: [PATCH] Bump version to 0.1.5 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e4fccd0..96e9da2 100644 --- a/setup.py +++ b/setup.py @@ -7,8 +7,8 @@ long_description = (ROOT_DIR / "README.md").read_text(encoding="utf-8") setup( - name="motion-planning", - version="0.1.4", + name="motion_planning", + version="0.1.5", author="Jiayuan Gu", author_email="jigu@ucsd.edu", keywords="robotics motion-planning",