Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
peterldowns committed Sep 11, 2012
1 parent 57ec343 commit 415b239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lggr/__init__.py
Expand Up @@ -10,7 +10,7 @@
import traceback
from lggr.coroutine import Coroutine, CoroutineProcess, CoroutineThread

__version__ = '0.1.3'
__version__ = '0.1.5'

DEBUG = 'DEBUG'
INFO = 'INFO'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
setup(
name = 'lggr',
packages = ['lggr'],
version = '0.1.4',
version = '0.1.5',
description = 'Python Logging For Humans',
author = 'Peter Downs',
author_email = 'peterldowns@gmail.com',
Expand Down

0 comments on commit 415b239

Please sign in to comment.