From 9d6d5ec81629baf7c0c2240696c6b8dd97b2ce6f Mon Sep 17 00:00:00 2001 From: Sebastian Castro <4603398+sea-bass@users.noreply.github.com> Date: Wed, 19 Jun 2024 09:43:35 -0400 Subject: [PATCH] 1.1.0 Release (#62) --- docs/source/conf.py | 2 +- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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"}, ]