Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed May 30, 2024
1 parent fcabbe6 commit 906be55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

pycaputo [unreleased] (TBD)
---------------------------
pycaputo 0.6.0 (May 30, 2024)
-----------------------------

Features
^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[project]
name = "pycaputo"
version = "0.5.0"
version = "0.6.0"
description = "Evaluate fractional integrals and solve fractional ODEs"
readme = "README.rst"
keywords = [
Expand Down
2 changes: 1 addition & 1 deletion src/pycaputo/mittagleffler.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ def caputo_derivative_sine(
.. math::
D^\alpha_C[sin](t) =
D^\alpha_C[\sin](t) =
\cos \left(\frac{n \pi}{2}\right) t^{1 + n - \alpha}
E_{2, 2 + n - \alpha}(-t^2)
+ \sin \left(\frac{n \pi}{2}\right) t^{n - \alpha}
Expand Down

0 comments on commit 906be55

Please sign in to comment.