summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rw-r--r--ansicolor/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 9ea6033..c2371dd 100644
--- a/README.rst
+++ b/README.rst
@@ -29,7 +29,7 @@ Installation
Documentation
-------------
+-------------
Read the `documentation`_ on Read the Docs!
diff --git a/ansicolor/__init__.py b/ansicolor/__init__.py
index 1be7f32..9d83e48 100644
--- a/ansicolor/__init__.py
+++ b/ansicolor/__init__.py
@@ -32,5 +32,5 @@ __all__ = [
]
__major_version__ = "0.1"
-__release__ = "8"
+__release__ = "9"
__version__ = "%s.%s" % (__major_version__, __release__)