From 4e0ec585c54c15f9fd0608a6cbeb680207c14328 Mon Sep 17 00:00:00 2001 From: Kurt Griffiths Date: Wed, 20 May 2015 12:31:53 -0500 Subject: [PATCH] chore: Open 0.4 development --- falcon/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/falcon/version.py b/falcon/version.py index f959b58..c18c1f6 100644 --- a/falcon/version.py +++ b/falcon/version.py @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.3.0' +__version__ = '0.4.0' """Current version of Falcon."""