Skip to content

Commit

Permalink
Bump to version 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamheins committed Nov 4, 2023
1 parent b2a4f6e commit 7107d80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = 'Adam Heins'

# The short X.Y version
version = '2.0.0'
version = '2.1.0'
# The full version, including alpha/beta/rc tags
release = version

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ line-length = 80

[tool.poetry]
name = "pyb_utils"
version = "2.0.0"
version = "2.1.0"
description = "Basic utilities for PyBullet, including collision detection, ghost (i.e. visual-only) objects, and cameras."
authors = ["Adam Heins <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 7107d80

Please sign in to comment.