diff --git a/README.md b/README.md index f4c3e6f..676eab3 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ![PyPI - Wheel](https://img.shields.io/pypi/wheel/gitlab-api) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/gitlab-api) -*Version: 1.0.19* +*Version: 1.0.20* Pythonic GitLab API Library diff --git a/gitlab_api/version.py b/gitlab_api/version.py index 9f51514..7e1558e 100644 --- a/gitlab_api/version.py +++ b/gitlab_api/version.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # coding: utf-8 -__version__ = "1.0.19" +__version__ = "1.0.20" __author__ = "Audel Rouhi" __credits__ = "Audel Rouhi"