Skip to content

Commit

Permalink
Bump torchkin version to v0.1.1. (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisenp authored Jul 7, 2023
1 parent 675539e commit 9cb9e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchkin/torchkin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
__version__ = "0.1.0"
__version__ = "0.1.1"

from .forward_kinematics import get_forward_kinematics_fns
from .robot import Robot

0 comments on commit 9cb9e71

Please sign in to comment.