Skip to content

Commit

Permalink
[FIX] update version in setup.py as well…
Browse files Browse the repository at this point in the history
  • Loading branch information
NelleV committed Jun 17, 2017
1 parent c02bab0 commit 326a54c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ pseudoxml:
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."

deploy:
rsync -avz _build/html/ nvaroquaux@cbio.ensmp.fr:public_html/iced/dev/
rsync -avz _build/html/ nvaroquaux@ssh.cbio.ensmp.fr:public_html/iced/dev/

deploy-release:
rsync -avz _build/html/ nvaroquaux@cbio.ensmp.fr:public_html/iced/
rsync -avz _build/html/ nvaroquaux@ssh.cbio.ensmp.fr:public_html/iced/

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
DESCRIPTION = 'ICE normalization'
MAINTAINER = 'Nelle Varoquaux'
MAINTAINER_EMAIL = 'nelle.varoquaux@gmail.com'
VERSION = '0.4.0'
VERSION = '0.4.1'


def configuration(parent_package='', top_path=None):
Expand Down

0 comments on commit 326a54c

Please sign in to comment.