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 ae23ea6 commit 1c67dbd
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.7.12 (in development)
-------------------------------




Version 0.7.11
--------------

Expand Down
2 changes: 1 addition & 1 deletion concepts/__init__.py
Expand Up @@ -8,7 +8,7 @@
__all__ = ['Context', 'Definition', 'load_cxt', 'load_csv', 'make_context']

__title__ = 'concepts'
__version__ = '0.7.11'
__version__ = '0.7.12.dev0'
__author__ = 'Sebastian Bank <sebastian.bank@uni-leipzig.de>'
__license__ = 'MIT, see LICENSE'
__copyright__ = 'Copyright (c) 2013-2016 Sebastian Bank'
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.7.11'
version = release = '0.7.12.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 setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name='concepts',
version='0.7.11',
version='0.7.12.dev0',
author='Sebastian Bank',
author_email='sebastian.bank@uni-leipzig.de',
description='Formal Concept Analysis with Python',
Expand Down

0 comments on commit 1c67dbd

Please sign in to comment.