From 5318a77956ea58e13a27d6968b2d74b9aa0f3cd1 Mon Sep 17 00:00:00 2001 From: Martin Matusiak Date: Sun, 9 Mar 2014 15:49:33 +0100 Subject: fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! -- cgit v1.2.1 From 61fd5adadae92156afb9112cf34bd1e66e551fbf Mon Sep 17 00:00:00 2001 From: Martin Matusiak Date: Sun, 9 Mar 2014 15:50:11 +0100 Subject: bump version --- ansicolor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__) -- cgit v1.2.1