Skip to content

Commit

Permalink
Remove the is-released flag
Browse files Browse the repository at this point in the history
silence another conda line
  • Loading branch information
Lnaden committed Dec 21, 2017
1 parent 42a9a56 commit 724cf6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ install:

script:
# Create a test environment
- conda create --yes -n test python=$python
- conda create --quiet --yes -n test python=$python
# Activate the test environment
- source activate test
# Add org channel
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -12,8 +12,8 @@
import six

##########################
VERSION = "3.0.3"
ISRELEASED = True
VERSION = "3.0.4"
ISRELEASED = False
__version__ = VERSION
##########################

Expand Down

0 comments on commit 724cf6c

Please sign in to comment.