Commit 851f5d89 authored by Jay's avatar Jay
Browse files

Bumps version and fixes recipe

parent a7af7dab
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -20,16 +20,18 @@ requirements:
  build:
  host:
    - pip
    - python
    - python >=3
    - setuptools
  run:
    - python
    - python >=3
    - csmapi
    - gdal
    - jinja2
    - numpy
    - pyproj
    - requests
    - scipy
    - shapely

test:
  imports:
+1 −1
Original line number Diff line number Diff line
from setuptools import setup, find_packages
setup(
    name='knoten',
    version='0.1.0',
    version='0.2.0',
    long_description='',
    packages=find_packages(),
    include_package_data=True,