-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: version bump, setup description
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]', | ||
|