From 585e924695539b6b03256b9bf291a8578b38737c Mon Sep 17 00:00:00 2001 From: Shun's Vineyard Date: Sat, 3 Jul 2021 17:56:28 -0700 Subject: [PATCH] Bump up the version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7383392..cbf287e 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # This call to setup() does all the work setuptools.setup( name="forest-python", - version="0.5.1", + version="0.5.2", description="The Forest Project in Python", long_description=README, long_description_content_type="text/x-rst",