Skip to content

Commit

Permalink
Bump version: 6.0.0 → 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Nov 1, 2016
1 parent 05abe61 commit b1c763e
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 = 6.0.0
current_version = 6.0.1

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

__version__ = '6.0.0'
__version__ = '6.0.1'
__all__ = ['Kuyruk', 'Config', 'Task', 'Worker']


Expand Down

0 comments on commit b1c763e

Please sign in to comment.