Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Apr 10, 2016
1 parent 9b907aa commit 1115b18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.7.49
current_version = 0.7.50
files = setup.py conda-recipe/meta.yaml

6 changes: 3 additions & 3 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: limix
version: "0.7.49"
version: "0.7.50"

source:
fn: v0.7.49.tar.gz
url: https://github.com/PMBio/limix/archive/v0.7.49.tar.gz
fn: v0.7.50.tar.gz
url: https://github.com/PMBio/limix/archive/v0.7.50.tar.gz

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import importlib

PKG_NAME = 'limix'
VERSION = '0.7.49'
VERSION = '0.7.50'

WORKDIR = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 1115b18

Please sign in to comment.