aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a8973de..cf05e1d 100755
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ if os.path.exists(man_path):
setup(
name='Bugs Everywhere',
- version='{} ({})'.format(version.version(), rev_date),
+ version='{}'.format(version.version()),
description='Bugtracker supporting distributed revision control',
url='http://bugseverywhere.org/',
packages=['libbe',