Skip to content
Snippets Groups Projects
Commit 851f5d89 authored by Jay's avatar Jay
Browse files

Bumps version and fixes recipe

parent a7af7dab
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment