Skip to content

Commit

Permalink
Update mpas_tools and compass versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Mar 5, 2020
1 parent caf1daf commit bf30d49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions compass/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{% set name = "compass" %}
{% set version = "0.1.0" %}
{% set version = "0.1.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

build:
noarch: python
number: 1
number: 0

requirements:
host:
- python
run:
- python
- geometric_features 0.1.6 with_data*
- mpas_tools 0.0.8
- mpas_tools 0.0.9
- jigsaw 0.9.12
- jigsawpy 0.2.1
- metis
Expand Down
2 changes: 1 addition & 1 deletion conda_package/mpas_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (0, 0, 8)
__version_info__ = (0, 0, 9)
__version__ = '.'.join(str(vi) for vi in __version_info__)
2 changes: 1 addition & 1 deletion conda_package/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "mpas_tools" %}
{% set version = "0.0.8" %}
{% set version = "0.0.9" %}

package:
name: '{{ name|lower }}'
Expand Down

0 comments on commit bf30d49

Please sign in to comment.