Skip to content

Commit

Permalink
update setup.py version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Jun 25, 2020
1 parent 7276485 commit 6f9b740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:

env:
global:
- BASE_IMAGE_NAME="${DOCKER_ORG}/geospaas:v0.4"
- BASE_IMAGE_NAME="${DOCKER_ORG}/geospaas:v1.0.0"
- METANORM_VERSION='0.0.3'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="geospaas_harvesting",
version="0.0.7",
version="1.0.0",
author="Adrien Perrin",
author_email="[email protected]",
description="Metadata harvesting tool for GeoSPaaS",
Expand Down

0 comments on commit 6f9b740

Please sign in to comment.