Skip to content

Commit e428a14

Browse files
update the setup script
1 parent 15beb0d commit e428a14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ def readme():
55
return f.read()
66

77
setup(name='diffeqpy',
8-
version='1.0.0',
8+
version='1.1.0',
99
description='Solving Differential Equations in Python',
1010
long_description=readme(),
11+
long_description_content_type="text/markdown",
1112
classifiers=[
1213
'Development Status :: 4 - Beta',
1314
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)