From 11e793dfb49e219a168f2514f88033105e548e93 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Sun, 13 Oct 2024 20:34:31 +0300 Subject: [PATCH] chore: bump version --- pyproject.toml | 2 +- requirements-dev.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eb4045a..ed58845 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = [ [project] name = "pycaputo" -version = "0.8.0" +version = "0.8.1" description = "Evaluate fractional integrals and solve fractional ODEs" readme = "README.rst" keywords = [ diff --git a/requirements-dev.txt b/requirements-dev.txt index f5f7381..acee64e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -101,7 +101,7 @@ pygments==2.18.0 # pydata-sphinx-theme # rich # sphinx -pyparsing==3.1.4 +pyparsing==3.2.0 # via matplotlib pyproject-fmt==2.3.0 # via pycaputo (pyproject.toml) @@ -135,7 +135,7 @@ snowballstemmer==2.2.0 # via sphinx soupsieve==2.6 # via beautifulsoup4 -sphinx==8.1.0 +sphinx==8.1.2 # via # pycaputo (pyproject.toml) # pydata-sphinx-theme