Skip to content

Commit

Permalink
Bump dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Apr 15, 2015
1 parent a9d5432 commit f57c9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webargs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from webargs.core import Arg, WebargsError, ValidationError, RequiredArgMissingError, Missing

__version__ = '0.13.0'
__version__ = '0.14.0-dev'
__author__ = 'Steven Loria'
__license__ = 'MIT'

Expand Down

0 comments on commit f57c9b7

Please sign in to comment.