summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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',