Skip to content

Commit d0c5ab1

Browse files
version bump
1 parent b0ebe3f commit d0c5ab1

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='2.1.0',
8+
version='2.2.0',
99
description='Solving Differential Equations in Python',
1010
long_description=readme(),
1111
long_description_content_type="text/markdown",
@@ -19,7 +19,7 @@ def readme():
1919
'Topic :: Scientific/Engineering :: Physics'
2020
],
2121
url='http://github.com/SciML/diffeqpy',
22-
keywords='differential equations stochastic ordinary delay differential-algebraic dae ode sde dde',
22+
keywords='differential equations stochastic ordinary delay differential-algebraic dae ode sde dde oneapi AMD ROCm CUDA Metal GPU',
2323
author='Chris Rackauckas and Takafumi Arakaki',
2424
author_email='[email protected]',
2525
license='MIT',

0 commit comments

Comments
 (0)