File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ def readme():
5
5
return f .read ()
6
6
7
7
setup (name = 'diffeqpy' ,
8
- version = '2.4.2 ' ,
8
+ version = '2.5.0 ' ,
9
9
description = 'Solving Differential Equations in Python' ,
10
10
long_description = readme (),
11
11
long_description_content_type = "text/markdown" ,
@@ -23,7 +23,7 @@ def readme():
23
23
url = 'http://github.com/SciML/diffeqpy' ,
24
24
keywords = 'differential equations stochastic ordinary delay differential-algebraic dae ode sde dde oneapi AMD ROCm CUDA Metal GPU' ,
25
25
author = 'Chris Rackauckas and Takafumi Arakaki' ,
26
- author_email = 'contact@juliadiffeq.org ' ,
26
+ author_email = 'contact@sciml.ai ' ,
27
27
license = 'MIT' ,
28
28
packages = ['diffeqpy' ,'diffeqpy.tests' ],
29
29
install_requires = ['juliacall>=0.9.14' , 'jill' ],
You can’t perform that action at this time.
0 commit comments