chore: Bump version to 0.1.9.dev1

This commit is contained in:
kgriffs
2014-01-16 17:50:10 -06:00
parent 1cffac67cb
commit 013cf92b5e
3 changed files with 3 additions and 3 deletions

View File

@@ -16,5 +16,5 @@ limitations under the License.
"""
__version__ = '0.1.8'
__version__ = '0.1.9.dev1'
"""Current version of Falcon."""

View File

@@ -1,5 +1,5 @@
[egg_info]
tag_build =
tag_build = dev1
[wheel]
universal = 1

View File

@@ -26,7 +26,7 @@ if not PYPY:
CYTHON = True
except ImportError:
print('\nWARNING: Cython not installed. '
'Falcon modules will still work fine, but will run '
'Falcon will still work fine, but may run '
'a bit slower.\n')
CYTHON = False