Skip to content

Commit

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

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


# -- General configuration ---------------------------------------------------
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 = "1.2.0"
version = "1.3.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 91e23fa

Please sign in to comment.