From c7c847056b6d24ba7a54b93837950b7fdff6c477 Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Mon, 22 Jul 2019 21:09:04 +0200 Subject: [PATCH] chore: bump package version to 1.10.0 --- gitlab/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 10c65b1ae..3a5b82c1d 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -31,7 +31,7 @@ from gitlab import utils # noqa __title__ = "python-gitlab" -__version__ = "1.9.0" +__version__ = "1.10.0" __author__ = "Gauvain Pocentek" __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3"