Skip to content

Commit

Permalink
Allow zest.releaser to set the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Aug 15, 2018
1 parent 5714a94 commit 418f4fd
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
@@ -1,10 +1,10 @@
from setuptools import setup

__version__ = '1.1.0dev'
version = '1.1.0dev'

setup(
name='five.formlib',
version=__version__,
version=version,
url='http://pypi.python.org/pypi/five.formlib',
license='ZPL 2.1',
description='zope.formlib integration for Zope.',
Expand Down

0 comments on commit 418f4fd

Please sign in to comment.