Skip to content

Commit

Permalink
bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
mthomure committed Oct 25, 2014
1 parent 1a92cc4 commit 8b98390
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conda-package/glimpse/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: glimpse
version: !!str 0.2.2
version: !!str 0.2.3

source:
git_url: https://github.com/mthomure/glimpse-project.git
Expand All @@ -25,7 +25,7 @@ build:

# If this is a new build for the same version, increment the build
# number. If you do not include this key, it defaults to 0.
number: 3
number: 2

requirements:
build:
Expand Down
3 changes: 2 additions & 1 deletion conda-package/install-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ For development of new conda package:
sudo apt-get -y install g++ git # on linux
conda install --yes patchelf # on linux
cd glimpse-project/conda-package
conda build glimpse
conda build glimpse # NB: this pulls source from master branch on github

0 comments on commit 8b98390

Please sign in to comment.