Skip to content

Commit

Permalink
Merge pull request #25 from dwhswenson/release-0.1.5
Browse files Browse the repository at this point in the history
Release 0.1.5
  • Loading branch information
dwhswenson authored Nov 3, 2017
2 parents f63b11d + d31082c commit b08e3f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
install: skip
script:
- pandoc --from=markdown --to=rst --output=README.rst README.md
after_success: skip
after_success: true
deploy:
provider: pypi
distributions: sdist bdist_wheel
Expand Down
2 changes: 1 addition & 1 deletion ci/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: contact_map
# add ".dev0" for unreleased versions
version: "0.1.4"
version: "0.1.5"

source:
path: ../../
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
####################### USER SETUP AREA #################################
# * VERSION: base version (do not include .dev0, etc -- that's automatic)
# * IS_RELEASE: whether this is a release
VERSION = "0.1.4"
VERSION = "0.1.5"
IS_RELEASE = True

DEV_NUM = 0 # always 0: we don't do public (pypi) .dev releases
Expand Down

0 comments on commit b08e3f0

Please sign in to comment.