Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-binit committed Jan 30, 2024
1 parent 60730d3 commit 28f8dde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion body/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
url="https://github.com/hello-robot/stretch_body",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)"
],
Expand Down
2 changes: 1 addition & 1 deletion body/stretch_body/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module

__version__ = '0.7.1'
__version__ = '0.7.2'
2 changes: 1 addition & 1 deletion tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setuptools.setup(
name="hello_robot_stretch_body_tools",
version="0.7.2",
version="0.7.3",
author="Hello Robot Inc",
author_email="[email protected]",
description="Stretch Body Tools",
Expand Down

0 comments on commit 28f8dde

Please sign in to comment.