Skip to content

Commit

Permalink
version increase (#283)
Browse files Browse the repository at this point in the history
fixes pint dependency issue
  • Loading branch information
marodrig authored Oct 28, 2022
1 parent 52e1ca4 commit 7c650d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "geocat-comp" %}
{% set version = "2022.10.0" %}
{% set version = "2022.10.1" %}

package:
name: {{ name }}
version: {{ version }}

build:
noarch: python
number: 1
number: 0
script: {{ PYTHON }} -m pip install --no-deps --ignore-installed -vv .

source:
Expand Down

0 comments on commit 7c650d6

Please sign in to comment.