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 01dd943 commit 7186d2bCopy full SHA for 7186d2b
1 file changed
setup.py
@@ -5,7 +5,7 @@ def readme():
5
return f.read()
6
7
setup(name='diffeqpy',
8
- version='0.4',
+ version='1.0.0',
9
description='Solving Differential Equations in Python',
10
long_description=readme(),
11
classifiers=[
@@ -18,7 +18,7 @@ def readme():
18
],
19
url='http://github.com/JuliaDiffEq/diffeqpy',
20
keywords='differential equations stochastic ordinary delay differential-algebraic dae ode sde dde',
21
- author='Chris Rackauckas',
+ author='Chris Rackauckas and Takafumi Arakaki',
22
author_email='contact@juliadiffeq.org',
23
license='MIT',
24
packages=['diffeqpy','diffeqpy.tests'],
0 commit comments