Skip to content

Commit

Permalink
Merge pull request #11 from dwhswenson/0.1.2-dev
Browse files Browse the repository at this point in the history
0.1.2 dev
  • Loading branch information
dwhswenson authored Oct 8, 2017
2 parents 43c43f2 + eb865c5 commit f970aeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![codebeat badge](https://codebeat.co/badges/c7fb604a-35a8-4ccf-afea-18d6bd494726)](https://codebeat.co/projects/github-com-dwhswenson-contact_map-master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f7f3cf53698e4655ac8895f13fa5dea6)](https://www.codacy.com/app/dwhswenson/contact_map?utm_source=github.com&utm_medium=referral&utm_content=dwhswenson/contact_map&utm_campaign=Badge_Grade)
[![Code Climate](https://codeclimate.com/github/dwhswenson/contact_map/badges/gpa.svg)](https://codeclimate.com/github/dwhswenson/contact_map)
[![PyPI](https://img.shields.io/pypi/v/contact-map.svg)](https://pypi.python.org/pypi/contact-map/)

# Contact Maps

Expand Down
2 changes: 1 addition & 1 deletion ci/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: contact_map
version: "0.1.0"
version: "0.1.2.dev"

source:
path: ../../
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import subprocess

##########################
VERSION = "0.1.0"
VERSION = "0.1.2-dev"
ISRELEASED = False
__version__ = VERSION
PACKAGE_VERSION = VERSION
Expand Down

0 comments on commit f970aeb

Please sign in to comment.