Skip to content

Commit 29fda0f

Browse files
Update setup.py
1 parent 8187671 commit 29fda0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

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

77
setup(name='diffeqpy',
8-
version='1.1.0',
8+
version='1.2.0',
99
description='Solving Differential Equations in Python',
1010
long_description=readme(),
1111
long_description_content_type="text/markdown",
@@ -18,7 +18,7 @@ def readme():
1818
'Topic :: Scientific/Engineering :: Mathematics',
1919
'Topic :: Scientific/Engineering :: Physics'
2020
],
21-
url='http://github.com/JuliaDiffEq/diffeqpy',
21+
url='http://github.com/SciML/diffeqpy',
2222
keywords='differential equations stochastic ordinary delay differential-algebraic dae ode sde dde',
2323
author='Chris Rackauckas and Takafumi Arakaki',
2424
author_email='[email protected]',

0 commit comments

Comments
 (0)