Skip to content

Commit

Permalink
1.1.0 Release (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Jun 19, 2024
1 parent fd0d289 commit 9d6d5ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"},
]
Expand Down

0 comments on commit 9d6d5ec

Please sign in to comment.