summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
author?ukasz Langa <lukasz@langa.pl>2013-07-02 10:28:51 +0200
committer?ukasz Langa <lukasz@langa.pl>2013-07-02 10:28:51 +0200
commit2841142ce382e70b664a3e2071427a3e11cdeb44 (patch)
tree6065230bcbd33f628bab4cf3e15c4fc03a0dedc9 /setup.py
parent005e4d4b44bf259e5c748b6dad3f79d478773994 (diff)
downloadsingledispatch-2841142ce382e70b664a3e2071427a3e11cdeb44.tar.gz
update to the ref implementation as of 02-July-2013:
* more predictable dispatch thanks to C3-based linearization for ABC support * improved tests and docstrings
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 4ca442a..338905e 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ with codecs.open(
setup (
name = 'singledispatch',
- version = '3.4.0.0',
+ version = '3.4.0.2',
author = 'Ɓukasz Langa',
author_email = 'lukasz@langa.pl',
description = __doc__,