Skip to content

Commit

Permalink
chore: prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Jan 11, 2017
1 parent 1d066fd commit 4599a20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/graceful/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# -*- coding: utf-8 -*-
"""Minimalist framework for self-descriptive REST APIs build on top of falcon.
It is inspired by Django REST Framework package. Mostly by how object
serialization is done but more emphasis is put on API to be self-descriptive.
"""
VERSION = (0, 2, 0) # PEP 386 # noqa
VERSION = (0, 3, 0) # PEP 386 # noqa
__version__ = ".".join([str(x) for x in VERSION]) # noqa

0 comments on commit 4599a20

Please sign in to comment.