summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorErik Rose <grinch@grinchcentral.com>2012-06-02 14:26:51 -0700
committerErik Rose <grinch@grinchcentral.com>2012-06-02 14:28:23 -0700
commit4cce79c2b95fa0159b6af2a6730278e3b721e9c4 (patch)
treeead448a64676f45a85cf097a33c5d16e91384489 /setup.py
parent0f19539b5f87366bb2833f5a91311df72a1d4894 (diff)
downloadblessings-4cce79c2b95fa0159b6af2a6730278e3b721e9c4.tar.gz
Bump version to 1.4.
Tweak short description to match what a Google search suggests is more common wording.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 6af5545..1df9e80 100644
--- a/setup.py
+++ b/setup.py
@@ -9,8 +9,8 @@ if sys.version_info >= (3,):
setup(
name='blessings',
- version='1.3',
- description='A thin, practical wrapper around terminal formatting, positioning, and more',
+ version='1.4',
+ description='A thin, practical wrapper around terminal coloring, styling, and positioning',
long_description=open('README.rst').read(),
author='Erik Rose',
author_email='erikrose@grinchcentral.com',