Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Feb 1, 2025
1 parent a0b5dd7 commit 4bd00e6
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mittagleffler"
version = "0.1.2"
version = "0.1.3"
authors = ["Alexandru Fikl <[email protected]>"]
edition = "2021"
description = "High performance implementations of the Mittag-Leffler function"
Expand Down
15 changes: 15 additions & 0 deletions python/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Version 0.1.3 (February 1st, 2025)
----------------------------------

Dependencies
^^^^^^^^^^^^

* Update to the new ``rand`` 0.9.0 release.

Maintenance
^^^^^^^^^^^

* Switch to using `just <https://just.systems/>`__ for development and on the CI.
* Add a nice image to the README.
* Update linting and formatting.

Version 0.1.2 (January 4th, 2025)
---------------------------------

Expand Down
4 changes: 2 additions & 2 deletions python/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pymittagleffler"
version = "0.1.2"
version = "0.1.3"
authors = ["Alexandru Fikl <[email protected]>"]
edition = "2021"
description = "High performance implementations of the Mittag-Leffler function"
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires = [

[project]
name = "pymittagleffler"
version = "0.1.2"
version = "0.1.3"
description = "High performance implementation of the Mittag-Leffler function"
keywords = [
"fractional-calculus",
Expand Down

0 comments on commit 4bd00e6

Please sign in to comment.