From e428a14d8e6eda222ceed8d63552c21d73a70a5e Mon Sep 17 00:00:00 2001 From: Chris Rackauckas Date: Sun, 7 Jul 2019 19:27:03 -0400 Subject: [PATCH] update the setup script --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ab4be30..814f18f 100644 --- a/setup.py +++ b/setup.py @@ -5,9 +5,10 @@ def readme(): return f.read() setup(name='diffeqpy', - version='1.0.0', + version='1.1.0', description='Solving Differential Equations in Python', long_description=readme(), + long_description_content_type="text/markdown", classifiers=[ 'Development Status :: 4 - Beta', 'License :: OSI Approved :: MIT License',