diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d6ad0..e29550d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 4.3.1 + +Fix package issues + # 4.3.0 Add support for Team APIs diff --git a/VERSION.txt b/VERSION.txt index 8191138..ecedc98 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -4.3.0 \ No newline at end of file +4.3.1 \ No newline at end of file diff --git a/setup.py b/setup.py index b573be6..903a5f1 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,12 @@ author_email = 'al.lukyanchenko@gmail.com', packages=[ 'moira_client', - 'moira_client.models' + 'moira_client.models', + 'moira_client.models.team', + 'moira_client.models.team.contact', + 'moira_client.models.team.settings', + 'moira_client.models.team.subscription', + 'moira_client.models.team.user', ], classifiers=[ 'Development Status :: 4 - Beta',