Skip to content

Commit

Permalink
bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Aug 31, 2018
1 parent 104081e commit f7d1483
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bump.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
date_fmt = 'YYYY-MM-DD'
major = 0
minor = 8
patch = 0
patch = 1
date = [
'shlib.py __released__',
'README.rst Released',
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ShLib - Shell Library
=====================

| Version: 0.8.0
| Released: 2018-08-24
| Version: 0.8.1
| Released: 2018-08-30
|
.. image:: https://img.shields.io/travis/KenKundert/shlib/master.svg
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='shlib',
version='0.8.0',
version='0.8.1',
description='shell library',
long_description=readme,
author="Ken Kundert",
Expand Down
4 changes: 2 additions & 2 deletions shlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see [http://www.gnu.org/licenses/].

__version__ = '0.8.0'
__released__ = '2018-08-24'
__version__ = '0.8.1'
__released__ = '2018-08-30'

# Imports {{{1
from extended_pathlib import Path
Expand Down

0 comments on commit f7d1483

Please sign in to comment.