diff --git a/VERSION b/VERSION index 88dbf46f4..e23fb32df 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.25 +0.3.26 diff --git a/requirements.txt b/requirements.txt index 4752077a6..b1eac3c17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ pyyaml requests setuptools giturlparse +tabulate diff --git a/setup.py b/setup.py index fed5bd91d..50e94bae6 100644 --- a/setup.py +++ b/setup.py @@ -164,6 +164,7 @@ def read_file(file_name, default=""): "cmind", "giturlparse", "requests", + "tabulate", "pyyaml" ], cmdclass={