Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcoding committed Oct 25, 2017
1 parent 5b0601b commit 75719b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# asynctnt-queue

[![Build Status](https://travis-ci.org/igorcoding/asynctnt-queue.svg?branch=master)](https://travis-ci.org/igorcoding/asynctnt-queue)
[![Coverage Status](https://coveralls.io/repos/github/igorcoding/asynctnt-queue/badge.svg?branch=master)](https://coveralls.io/github/igorcoding/asynctnt-queue?branch=master)
[![PyPI](https://img.shields.io/pypi/v/asynctnt-queue.svg)](https://pypi.python.org/pypi/asynctnt-queue)


Expand Down
2 changes: 1 addition & 1 deletion asynctnt_queue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .task import Task


__version__ = '0.0.4'
__version__ = '0.0.5'

0 comments on commit 75719b2

Please sign in to comment.