summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--six.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/six.py b/six.py
index bd023cb..36748f2 100644
--- a/six.py
+++ b/six.py
@@ -4,7 +4,7 @@ import sys
import types
__author__ = "Benjamin Peterson <benjamin@python.org>"
-__version__ = "1.0"
+__version__ = "1.0.0"
# True if we are running on Python 3.