From 885f1482023a51847b96a3b982d204f51a01fc55 Mon Sep 17 00:00:00 2001 From: GitHub Pipeline Date: Tue, 30 Jul 2024 20:52:07 +0000 Subject: [PATCH] Automated Version Increment to 0.15.55 --- README.md | 2 +- gitlab_api/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2ff2bb..1e8f776 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: 0.15.54* +*Version: 0.15.55* Pythonic GitLab API Library diff --git a/gitlab_api/version.py b/gitlab_api/version.py index bde2b7c..1815a93 100644 --- a/gitlab_api/version.py +++ b/gitlab_api/version.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # coding: utf-8 -__version__ = "0.15.54" +__version__ = "0.15.55" __author__ = "Audel Rouhi" __credits__ = "Audel Rouhi"