Prepare next version.

This commit is contained in:
Simon Conseil
2015-11-19 00:32:50 +01:00
parent 012f41caa4
commit c5a458a9d7
2 changed files with 3 additions and 3 deletions

View File

@@ -25,9 +25,9 @@ test:
coverage:
py.test --cov sigal --cov-report term --cov-report=html
publish: colorbox galleria
publish: colorbox galleria photoswipe
python setup.py register
python setup.py sdist bdist_wheel
twine upload dist/*
.PHONY: colorbox galleria docs
.PHONY: colorbox galleria photoswipe docs

View File

@@ -22,7 +22,7 @@
__title__ = 'sigal'
__author__ = 'Simon Conseil'
__version__ = '1.0.1'
__version__ = '1.1.0-dev'
__license__ = 'MIT'
__url__ = 'https://github.com/saimn/sigal'
__all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']