diff --git a/falcon/version.py b/falcon/version.py index 080835f..e799466 100644 --- a/falcon/version.py +++ b/falcon/version.py @@ -16,7 +16,7 @@ limitations under the License. """ -VERSION_TUPLE = (0, 1, 7, 'post1') +VERSION_TUPLE = (0, 1, 6, 'post1') version = '.'.join(map(str, VERSION_TUPLE)) """Current version of Falcon."""