Skip to content

Commit fc3fc63

Browse files
Bump version to 2.5.5
Preparing for release to PyPI. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 8055b3a commit fc3fc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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.5.4',
8+
version='2.5.5',
99
description='Solving Differential Equations in Python',
1010
long_description=readme(),
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)