Skip to content

Commit

Permalink
bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jan 14, 2019
1 parent cd04393 commit c0095d2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .bump.cfg
@@ -1,7 +1,7 @@
date_fmt = 'YYYY-MM-DD'
major = 0
minor = 8
patch = 6
major = 1
minor = 0
patch = 0
date = [
'shlib/shlib.py __released__',
'shlib/__init__.py __released__',
Expand Down
4 changes: 2 additions & 2 deletions README.rst
@@ -1,8 +1,8 @@
ShLib - Shell Library
=====================

| Version: 0.8.6
| Released: 2019-01-08
| Version: 1.0.0
| Released: 2019-01-13
|
.. image:: https://img.shields.io/travis/KenKundert/shlib/master.svg
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

setup(
name='shlib',
version='0.8.6',
version='1.0.0',
description='shell library',
long_description=readme,
author="Ken Kundert",
Expand Down
4 changes: 2 additions & 2 deletions shlib/__init__.py
@@ -1,5 +1,5 @@
__version__ = '0.8.6'
__released__ = '2019-01-08'
__version__ = '1.0.0'
__released__ = '2019-01-13'

from .extended_pathlib import Path
from .shlib import (
Expand Down
4 changes: 2 additions & 2 deletions shlib/shlib.py
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.6'
__released__ = '2019-01-08'
__version__ = '1.0.0'
__released__ = '2019-01-13'

# Imports {{{1
try:
Expand Down

0 comments on commit c0095d2

Please sign in to comment.