Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
justagist committed Aug 6, 2024
1 parent 939a6dc commit 87c1dbb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG.md

## 0.1.2

Features:

- add minimal example on robot loading and writing custom controllers
- migrate to pixi install

## 0.1.1

Features:
Expand Down
4 changes: 2 additions & 2 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pybullet_robot"
version = "0.1.1"
version = "0.1.2"
description = "A generel Python interface class for robot simulations using PyBullet. Also provides an IK interface for multi-end-effector robots that uses bullet physics as a solver."
authors = [{ name = "Saif Sidhik", email = "[email protected]" }]
requires-python = ">= 3.10"
Expand Down

0 comments on commit 87c1dbb

Please sign in to comment.