summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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 9f6c072..58af41c 100644
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ if sys.version_info[:2] < (2, 7):
setup (
name = 'singledispatch',
- version = '3.4.0.1',
+ version = '3.4.0.2',
author = 'Ɓukasz Langa',
author_email = 'lukasz@langa.pl',
description = __doc__,