Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cmower committed Aug 4, 2023
1 parent a30622e commit 547acc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = OpTaS
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.0.6
PROJECT_NUMBER = 1.0.7

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyoptas"
version = "1.0.6"
version = "1.0.7"
authors = [
{ name="Christopher E. Mower", email="christopher.mower@kcl.ac.uk" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name="pyoptas",
description="An optimization-based task specification library for task and motion planning (TAMP), trajectory optimization, and model predictive control.",
version="1.0.6",
version="1.0.7",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/cmower/optas",
Expand Down

0 comments on commit 547acc4

Please sign in to comment.