summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-27 19:43:24 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-27 19:43:24 -0500
commit87cf9506a2c3a2bce36bdc7fa51aadedca88c820 (patch)
treebeb27d4ccef1ed53a464bee06460c121a23136f6 /setup.py
parent8367145f31721e89cedd5f6b83deb8bdea375940 (diff)
downloadzope-interface-87cf9506a2c3a2bce36bdc7fa51aadedca88c820.tar.gz
Bow to the new PEP 440 overlords.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b03dae4..c3423b8 100644
--- a/setup.py
+++ b/setup.py
@@ -113,7 +113,7 @@ long_description=(
)
setup(name='zope.interface',
- version='4.1.2dev',
+ version='4.1.2.dev0',
url='http://pypi.python.org/pypi/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',