Skip to content

Commit

Permalink
Bump version to 1.4.4, ready for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbusy committed Jan 8, 2022
1 parent d1f1f7d commit f662be3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "qiBullet"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.4.4-alpha.1
PROJECT_NUMBER = 1.4.4

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion qibullet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
from qibullet.ros_wrapper import PepperRosWrapper

name = 'qibullet'
__version__ = "1.4.4-alpha.1"
__version__ = "1.4.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def run(self):

setuptools.setup(
name="qibullet",
version="1.4.4-alpha.1",
version="1.4.4",
author="Maxime Busy, Maxime Caniot",
author_email="",
description="Bullet-based simulation for SoftBank Robotics' robots",
Expand Down

0 comments on commit f662be3

Please sign in to comment.