diff --git a/docs/source/conf.py b/docs/source/conf.py index 3e673c0..0699dc4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -12,7 +12,7 @@ project = "pyroboplan" copyright = "2024, Sebastian Castro" author = "Sebastian Castro" -version = release = "1.0.0" +version = release = "1.1.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 9f5ef1d..6d62fcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,15 +4,15 @@ build-backend = "hatchling.build" [project] name = "pyroboplan" -version = "1.0.0" +version = "1.1.0" dependencies = [ - "drake == 1.29.0", + "drake == 1.30.0", "pin == 2.7.0", "matplotlib == 3.9.0", "meshcat == 0.3.2", "scipy == 1.13.1", ] -requires-python = ">=3.8" +requires-python = ">=3.10" authors = [ {name = "Sebastian Castro", email = "sebas.a.castro@gmail.com"}, ]