summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2018-10-16 09:36:08 -0500
committerJason Madden <jamadden@gmail.com>2018-10-16 09:36:08 -0500
commit41a17e50eb506016836de01743befa0867f22814 (patch)
tree750263ca1a9d9cb0c471012e6556b24cb9a74295 /setup.py
parentcfaa1fa9f3bed5758b3d8c5a01959bd0ab6295ff (diff)
downloadzope-traversing-issue10.tar.gz
Fix deprecation warnings.issue10
Fixes #10
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 66d0f5c..3d9f59b 100644
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ TESTS_REQUIRE = [
setup(
name='zope.traversing',
- version='4.4.dev0',
+ version='4.3.1.dev0',
url='https://github.com/zopefoundation/zope.traversing',
license='ZPL 2.1',
author='Zope Foundation and Contributors',