Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshloyal committed Apr 29, 2018
1 parent 39aca38 commit e800a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PYTEST ?= pytest

clean:
$(PYTHON) setup.py clean
rem -rf dist
rm -rf dist

install-dev:
$(PYTHON) setup.py develop
Expand Down
2 changes: 1 addition & 1 deletion sliced/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

__all__ = ['__version__', 'VERSION']

__version__ = '0.5.0rc1'
__version__ = '0.5.0'
VERSION = __version__

0 comments on commit e800a22

Please sign in to comment.