Skip to content

Commit

Permalink
DOC: version bump, setup description
Browse files Browse the repository at this point in the history
  • Loading branch information
westurner committed May 13, 2014
1 parent 2d2bd6f commit e920ff2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyline/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

__version__ = '0.1.1'
__version__ = '0.1.2'

6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ def build_long_description():

setup(
name='pyline',
version='0.1.1',
description='A tool for line-based processing in Python.',
version='0.1.2',
description=(
'A grep-like, sed-like command-line tool for line-based'
'processing in Python.'),
long_description=build_long_description(),
author='Wes Turner',
author_email='[email protected]',
Expand Down

0 comments on commit e920ff2

Please sign in to comment.