We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8187671 commit 29fda0fCopy full SHA for 29fda0f
setup.py
@@ -5,7 +5,7 @@ def readme():
5
return f.read()
6
7
setup(name='diffeqpy',
8
- version='1.1.0',
+ version='1.2.0',
9
description='Solving Differential Equations in Python',
10
long_description=readme(),
11
long_description_content_type="text/markdown",
@@ -18,7 +18,7 @@ def readme():
18
'Topic :: Scientific/Engineering :: Mathematics',
19
'Topic :: Scientific/Engineering :: Physics'
20
],
21
- url='http://github.com/JuliaDiffEq/diffeqpy',
+ url='http://github.com/SciML/diffeqpy',
22
keywords='differential equations stochastic ordinary delay differential-algebraic dae ode sde dde',
23
author='Chris Rackauckas and Takafumi Arakaki',
24
author_email='[email protected]',
0 commit comments