diff --git a/setup.py b/setup.py index 41c7fb9743f5..8c6b1af3a99a 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import setuptools # Package version -version = '0.4.3' +version = '0.4.4' # Readme with open('README.md', 'r') as f: