From c74d5e322f4e7f1dd0139d0d104ec10ed238a4d9 Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Sun, 25 Apr 2021 20:14:43 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b0c1e330c..44f222a6ea 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ python3 -m pybullet_envs.deep_mimic.testrl --arg_file run_humanoid3d_backflip_ar If you use PyBullet in your research, please cite it like this: ``` -@MISC{coumans2019, +@MISC{coumans2021, author = {Erwin Coumans and Yunfei Bai}, title = {PyBullet, a Python module for physics simulation for games, robotics and machine learning}, howpublished = {\url{http://pybullet.org}}, -year = {2016--2019} +year = {2016--2021} } ```