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.3.0 → 1.3.1 (fixes #41)
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Sep 14, 2017
1 parent e12d04e commit 0fedd5d
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 @@ -47,7 +47,7 @@

__author__ = """Chris Hager"""
__email__ = 'chris@linuxuser.at'
__version__ = '1.3.0'
__version__ = '1.3.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.3.0
current_version = 1.3.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 @@ -13,7 +13,7 @@

setup(
name='logzero',
version='1.3.0',
version='1.3.1',
description="Robust and effective logging for Python 2 and 3",
long_description=readme + '\n\n' + history,
author="Chris Hager",
Expand Down

0 comments on commit 0fedd5d

Please sign in to comment.