Skip to content

Commit

Permalink
bump version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Sep 3, 2018
1 parent e972201 commit 52da655
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 = 2
patch = 3
date = [
'shlib/shlib.py __released__',
'shlib/__init__.py __released__',
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ShLib - Shell Library
=====================

| Version: 0.8.2
| Version: 0.8.3
| Released: 2018-09-03
|
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.2',
version='0.8.3',
description='shell library',
long_description=readme,
author="Ken Kundert",
Expand Down
2 changes: 1 addition & 1 deletion shlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.8.2'
__version__ = '0.8.3'
__released__ = '2018-09-03'

from .extended_pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion shlib/shlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# 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.2'
__version__ = '0.8.3'
__released__ = '2018-09-03'

# Imports {{{1
Expand Down

0 comments on commit 52da655

Please sign in to comment.