From a3d061a559b94164ea5c9958014c6537cf2a5360 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 8 Aug 2019 13:06:20 -0400 Subject: [PATCH] release v0.4.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a972b471d..721dd7b985 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import setup, find_packages # http://blog.ionelmc.ro/2014/05/25/python-packaging/ -# https://packaging.python.org/discussions/install-requires-vs-requirements/ +# https://packaging.python.org/discussions/install-requires-vs-requirements / # keep the meta-data here for simplicity in reading this file... it's not obvious # what happens and to non-engineers they won't know to look in init... # the goal of the project is simplicity for researchers, don't want to add too much