Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Aug 22, 2019
1 parent a50310b commit f793b2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
command: pip3 install cython==0.28
- run:
name: install requirements
command: pip3 install . --no-binary numpy,rasterio -t $PACKAGE_TMP -U
command: CFLAGS="--std=c99" pip3 install . --no-binary numpy,rasterio -t $PACKAGE_TMP -U
- run:
name: create package
command: bin/package.sh
Expand Down
2 changes: 1 addition & 1 deletion remotepixel_tiler/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Remotepixel tiler."""
# app

__version__ = "4.1.0"
__version__ = "4.1.1"

0 comments on commit f793b2e

Please sign in to comment.