Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yijiangh committed Mar 8, 2022
1 parent 16f807f commit 3ed3c23
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.1
current_version = 0.6.0
message = Bump version to {new_version}
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Known Unresolved Issues
- `get_body_collision_vertices` does not support cloned body now. We don't have a good way to do catch-throw for this now.
- Cloning body from an already cloned body introduces unexpected result (visual or collision data erased etc).

Unreleased
0.6.0
----------

**Added**
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
graft docs
graft src
graft tests

prune tests
prune .github

include .bumpversion.cfg
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
year = '2020'
author = 'Caelan Garrett & Yijiang Huang'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.5.1'
version = release = '0.6.0'

master_doc = 'index'
source_suffix = '.rst'
Expand Down
2 changes: 1 addition & 1 deletion src/pybullet_planning/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = 'pybullet_planning'
__description__ = 'a suite of utility functions to facilitate robotic planning related research on the pybullet physics simulation engine.'
__url__ = 'https://github.com/yijiangh/pybullet_planning'
__version__ = '0.5.1'
__version__ = '0.6.0'
__author__ = 'Caelan Garrett'
__author_email__ = '[email protected]' # this is only for the purpose of pypi...
# __author_email__ = '[email protected]; '
Expand Down

0 comments on commit 3ed3c23

Please sign in to comment.