Skip to content

Commit

Permalink
BLD: bump version to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
westurner committed May 13, 2014
1 parent 9bfe2a5 commit 0af9381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4'
__version__ = '0.1.5'

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def build_long_description():

setup(
name='pyline',
version='0.1.4',
version='0.1.5',
description=(
'A grep-like, sed-like command-line tool for line-based '
'processing in Python.'),
Expand Down

0 comments on commit 0af9381

Please sign in to comment.