Skip to content

Commit

Permalink
bump version for development
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed May 17, 2017
1 parent 3a73f3c commit b5b41ff
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Expand Up @@ -2,6 +2,12 @@ Changelog
=========


Version 0.5.7 (in development)
------------------------------




Version 0.5.6
-------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -69,7 +69,7 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = release = '0.5.6'
version = release = '0.5.7.dev0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion features/__init__.py
Expand Up @@ -8,7 +8,7 @@
__all__ = ['Config', 'FeatureSystem', 'add_config', 'make_features']

__title__ = 'features'
__version__ = '0.5.6'
__version__ = '0.5.7.dev0'
__author__ = 'Sebastian Bank <sebastian.bank@uni-leipzig.de>'
__license__ = 'MIT, see LICENSE'
__copyright__ = 'Copyright (c) 2014-2016 Sebastian Bank'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name='features',
version='0.5.6',
version='0.5.7.dev0',
author='Sebastian Bank',
author_email='sebastian.bank@uni-leipzig.de',
description='Feature set algebra for linguistics',
Expand Down

0 comments on commit b5b41ff

Please sign in to comment.