diff --git a/junebug/__init__.py b/junebug/__init__.py index 9c3da24..184235a 100644 --- a/junebug/__init__.py +++ b/junebug/__init__.py @@ -29,4 +29,4 @@ from junebug.api import JunebugApi # noqa __all__ = ['JunebugApi'] -__version__ = '0.1.41' +__version__ = '0.1.42' diff --git a/setup.py b/setup.py index 4c397ed..b0fef81 100644 --- a/setup.py +++ b/setup.py @@ -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=(