Skip to content

Commit

Permalink
Bump version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k4nar committed Aug 12, 2016
1 parent 0198d55 commit 24f105a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import warnings


version_info = (0, 13, 1)
version_info = (0, 14, 0)
__version__ = ".".join(map(str, version_info))

# This config call is done to avoid any
Expand Down

0 comments on commit 24f105a

Please sign in to comment.