Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkryukov committed Sep 2, 2018
2 parents b32477e + a169234 commit 0ce9441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kutana/__init__.py
Expand Up @@ -13,4 +13,4 @@
from kutana.shortcuts import * # lgtm [py/polluting-import]

name = "kutana"
__version__ = "0.0.4"
__version__ = "0.0.5"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@
import sys


VERSION = "0.0.4"
VERSION = "0.0.5"


class VerifyVersionCommand(install):
Expand Down

0 comments on commit 0ce9441

Please sign in to comment.