Skip to content

Commit

Permalink
Bump version: 8.1.0 → 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Nov 25, 2016
1 parent 484d746 commit 3dd5045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
files = kuyruk/__init__.py
commit = True
tag = True
current_version = 8.1.0
current_version = 8.1.1

2 changes: 1 addition & 1 deletion kuyruk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from kuyruk.config import Config
from kuyruk.worker import Worker

__version__ = '8.1.0'
__version__ = '8.1.1'
__all__ = ['Kuyruk', 'Config', 'Task', 'Worker']


Expand Down

0 comments on commit 3dd5045

Please sign in to comment.