Skip to content

Commit 91e23fa

Browse files
committed
Bump version to 1.3.0.
1 parent fa202b4 commit 91e23fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
author = 'Adam Heins'
2626

2727
# The short X.Y version
28-
version = '1.2.0'
28+
version = '1.3.0'
2929
# The full version, including alpha/beta/rc tags
30-
release = '1.2.0'
30+
release = version
3131

3232

3333
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ line-length = 80
33

44
[tool.poetry]
55
name = "pyb_utils"
6-
version = "1.2.0"
6+
version = "1.3.0"
77
description = "Basic utilities for PyBullet, including collision detection, ghost (i.e. visual-only) objects, and cameras."
88
authors = ["Adam Heins <[email protected]>"]
99
license = "MIT"

0 commit comments

Comments
 (0)