Unverified Commit 2c1ea56a authored by Max Wittig's avatar Max Wittig 🌍 Committed by GitHub
Browse files

Merge pull request #842 from python-gitlab/chore/bump-package-version

chore: bump package version to 1.10.0
parents 29d102f8 c7c84705
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ from gitlab.exceptions import * # noqa
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"