summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-11-29 00:23:22 -0800
committerErik Rose <erik@mozilla.com>2011-11-29 00:25:36 -0800
commitcd8fbd9d04db72aa74c33647730c142eda92286e (patch)
tree3f22c67cb71fe5f04724cf29352ccfba6b448da1 /setup.py
parent1636543bdaaa11cc27f6fb06a6787c7145860544 (diff)
downloadblessings-cd8fbd9d04db72aa74c33647730c142eda92286e.tar.gz
Make `color(n)` callable to wrap a string, like the named colors can. Bump version to 1.3. Closes #12.
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 d3dc7c9..70404dc 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ if sys.version_info >= (3,):
setup(
name='blessings',
- version='1.2',
+ version='1.3',
description='A thin, practical wrapper around terminal formatting, positioning, and more',
long_description=open('README.rst').read(),
author='Erik Rose',