Skip to content

Commit

Permalink
Lowercase version so zest.releaser can deal with it
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 7, 2015
1 parent 5e82e6d commit ab28285
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 @@ -20,7 +20,7 @@
interface, rich transaction support, and undo.
"""

VERSION = "4.2.1.dev0"
version = "4.2.1.dev0"

import os
import sys
Expand Down Expand Up @@ -134,7 +134,7 @@ def read_file(*path):
tests_require = ['zope.testing', 'manuel']

setup(name="ZODB",
version=VERSION,
version=version,
setup_requires=['persistent'],
author="Jim Fulton",
author_email="jim@zope.com",
Expand Down

0 comments on commit ab28285

Please sign in to comment.