Skip to content

Commit

Permalink
Make compatible with zest.releaser.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Sep 8, 2017
1 parent 40e0a2a commit a5df10c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import os
from setuptools import setup, find_packages

__version__ = '4.3.dev0'
version = '4.3.dev0'

here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.rst')) as f:
Expand All @@ -26,7 +26,7 @@

setup(
name='ZopeUndo',
version=__version__,
version=version,
url='http://pypi.python.org/pypi/ZopeUndo',
license='ZPL 2.1',
description="ZODB undo support for Zope2.",
Expand Down

0 comments on commit a5df10c

Please sign in to comment.