Skip to content

Commit

Permalink
update the setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 7, 2019
1 parent 15beb0d commit e428a14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e428a14

Please sign in to comment.