Skip to content

Commit

Permalink
[infra] Update Python package version to 2.3.0 (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Jan 13, 2025
1 parent a1054c0 commit 5571b88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion py_trees/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

# When changing, Also update setup.py and package.xml
# TODO: use pkg_resources to fetch the version from setup.py
__version__ = "2.2.3"
__version__ = "2.3.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.poetry]
name = "py_trees"
version = "2.2.3"
version = "2.3.0"
description = "pythonic implementation of behaviour trees"
authors = ["Daniel Stonier", "Naveed Usmani", "Michal Staniaszek"]
maintainers = ["Daniel Stonier <[email protected]>"]
maintainers = ["Daniel Stonier <[email protected]>", "Sebastian Castro <[email protected]>"]
readme = "README.md"
license = "BSD"
homepage = "https://github.com/splintered-reality/py_trees"
Expand Down

0 comments on commit 5571b88

Please sign in to comment.