diff --git a/Makefile b/Makefile index e3d3590..b214814 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/sigal/pkgmeta.py b/sigal/pkgmeta.py index df926ad..4dd311c 100644 --- a/sigal/pkgmeta.py +++ b/sigal/pkgmeta.py @@ -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__']