From d4244229a410ad7c8c35949d99486f76dc1e10e9 Mon Sep 17 00:00:00 2001 From: Xiaoyan Wang Date: Fri, 22 Jul 2022 14:14:33 -0700 Subject: [PATCH] Bump version to v0.0.3 (#117) Summary: Pull Request resolved: https://github.com/facebookresearch/pplbench/pull/117 During the conversation with Mootaz today, it just came to my realization that we haven't been making new release for PPL Bench for more than a year, and there has been a lot of changes both on our side, and on our dependencies. In so far many of us has been installing PPL Bench from source to get the latest changes, but it'd be more convenient if users can get PPL Bench from PyPI without running into errors. Reviewed By: CactusWin Differential Revision: D38062970 fbshipit-source-id: 44003e9e1d15ecd76edaf0019b58bac8e473d479 --- pplbench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pplbench/__init__.py b/pplbench/__init__.py index 5ef66b4c..74c9e0dd 100644 --- a/pplbench/__init__.py +++ b/pplbench/__init__.py @@ -3,4 +3,4 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -__version__ = "0.0.2" +__version__ = "0.0.3"