Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Bump version: 1.1.0 → 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hager committed Jul 3, 2017
1 parent 1466e02 commit 9d3b4c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion logzero/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

__author__ = """Chris Hager"""
__email__ = 'chris@linuxuser.at'
__version__ = '1.1.0'
__version__ = '1.1.1'

# Python 2+3 compatibility settings for logger
bytes_type = bytes
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='logzero',
version='1.1.0',
version='1.1.1',
description="Python logging made easy",
long_description=readme + '\n\n' + history,
author="Chris Hager",
Expand Down

0 comments on commit 9d3b4c7

Please sign in to comment.