From 9796d45922ab35b4d8b276dbd4bd1e9857e17a72 Mon Sep 17 00:00:00 2001 From: MilesCranmer Date: Sat, 26 Sep 2020 20:36:37 -0400 Subject: [PATCH] Iterate version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aec39a414..d92c17c0a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pysr", # Replace with your own username - version="0.3.4", + version="0.3.5", author="Miles Cranmer", author_email="miles.cranmer@gmail.com", description="Simple and efficient symbolic regression",