summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1fa5e69..dfa9f2d 100755
--- a/setup.py
+++ b/setup.py
@@ -26,10 +26,12 @@ THE SOFTWARE.
from setuptools import setup
+from pygerrit import __version__
+
setup(
name="pygerrit",
description="Client library for interacting with Gerrit",
- version="0.0.7",
+ version=__version__,
license="The MIT License",
author="David Pursehouse",
author_email="david.pursehouse@sonymobile.com",