Skip to content

Commit

Permalink
Release 0.1.42
Browse files Browse the repository at this point in the history
  • Loading branch information
erikh360 committed Apr 17, 2020
1 parent a271120 commit 39b92a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion junebug/__init__.py
Expand Up @@ -29,4 +29,4 @@
from junebug.api import JunebugApi # noqa

__all__ = ['JunebugApi']
__version__ = '0.1.41'
__version__ = '0.1.42'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@ def read_file(filename):

setup(
name='junebug',
version='0.1.41',
version='0.1.42',
url='http://github.com/praekelt/junebug',
license='BSD',
description=(
Expand Down

0 comments on commit 39b92a2

Please sign in to comment.