Skip to content

Commit

Permalink
Merge pull request #1146 from azavea/lf/0.13.1
Browse files Browse the repository at this point in the history
Increment RV version to 0.13.1
  • Loading branch information
lewfish committed Mar 26, 2021
2 parents 9e79d53 + ea5dcd0 commit 7f7c27c
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion rastervision_aws_batch/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rastervision_pipeline==0.13.*
rastervision_pipeline==0.13.1
boto3==1.7.*
awscli==1.15.*
2 changes: 1 addition & 1 deletion rastervision_aws_batch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
install_requires = [x.strip() for x in all_reqs if 'git+' not in x]

name = 'rastervision_aws_batch'
version = '0.13'
version = '0.13.1'
description = 'A rastervision plugin that adds an AWS Batch pipeline runner'

setup(
Expand Down
2 changes: 1 addition & 1 deletion rastervision_aws_s3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rastervision_pipeline==0.13.*
rastervision_pipeline==0.13.1
boto3==1.7.*
awscli==1.15.*
2 changes: 1 addition & 1 deletion rastervision_aws_s3/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
install_requires = [x.strip() for x in all_reqs if 'git+' not in x]

name = 'rastervision_aws_s3'
version = '0.13'
version = '0.13.1'
description = 'A rastervision plugin that adds an AWS S3 file system'

setup(
Expand Down
2 changes: 1 addition & 1 deletion rastervision_core/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rastervision_pipeline==0.13.*
rastervision_pipeline==0.13.1
numpy<1.17
shapely==1.6.*
pillow==5.0.*
Expand Down
2 changes: 1 addition & 1 deletion rastervision_core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
install_requires = [x.strip() for x in all_reqs if 'git+' not in x]

name = 'rastervision_core'
version = '0.13'
version = '0.13.1'
description = 'A rastervision plugin that adds geospatial machine learning pipelines'

setup(
Expand Down
2 changes: 1 addition & 1 deletion rastervision_gdal_vsi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rastervision_pipeline==0.13.*
rastervision_pipeline==0.13.1
gdal==3.0.4
2 changes: 1 addition & 1 deletion rastervision_gdal_vsi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
install_requires = [x.strip() for x in all_reqs if 'git+' not in x]

name = 'rastervision_gdal_vsi'
version = '0.13'
version = '0.13.1'
description = 'A rastervision plugin that adds a GDAL VSI file system'

setup(
Expand Down
2 changes: 1 addition & 1 deletion rastervision_pipeline/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
install_requires = [x.strip() for x in all_reqs if 'git+' not in x]

name = 'rastervision_pipeline'
version = '0.13'
version = '0.13.1'
description = 'The main rastervision package for configuring, defining, and running pipelines'

setup(
Expand Down
8 changes: 4 additions & 4 deletions rastervision_pytorch_backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rastervision_pipeline==0.13.*
rastervision_core==0.13.*
rastervision_pytorch_learner==0.13.*
rastervision_aws_s3==0.13.*
rastervision_pipeline==0.13.1
rastervision_core==0.13.1
rastervision_pytorch_learner==0.13.1
rastervision_aws_s3==0.13.1
2 changes: 1 addition & 1 deletion rastervision_pytorch_backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
install_requires = [x.strip() for x in all_reqs if 'git+' not in x]

name = 'rastervision_pytorch_backend'
version = '0.13'
version = '0.13.1'
description = 'A rastervision plugin that adds PyTorch backends for rastervision.core pipelines'

setup(
Expand Down
4 changes: 2 additions & 2 deletions rastervision_pytorch_learner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rastervision_pipeline==0.13.*
rastervision_core==0.13.*
rastervision_pipeline==0.13.1
rastervision_core==0.13.1
numpy<1.17
pillow==5.0.*
torch==1.7.*
Expand Down
2 changes: 1 addition & 1 deletion rastervision_pytorch_learner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
install_requires = [x.strip() for x in all_reqs if 'git+' not in x]

name = 'rastervision_pytorch_learner'
version = '0.13'
version = '0.13.1'
description = 'A rastervision plugin that adds PyTorch training pipelines'

setup(
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rastervision_pipeline==0.13
rastervision_aws_s3==0.13
rastervision_aws_batch==0.13
rastervision_core==0.13
rastervision_pytorch_learner==0.13
rastervision_pytorch_backend==0.13
rastervision_gdal_vsi==0.13
rastervision_pipeline==0.13.1
rastervision_aws_s3==0.13.1
rastervision_aws_batch==0.13.1
rastervision_core==0.13.1
rastervision_pytorch_learner==0.13.1
rastervision_pytorch_backend==0.13.1
rastervision_gdal_vsi==0.13.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from imp import load_source

here = op.abspath(op.dirname(__file__))
__version__ = '0.13'
__version__ = '0.13.1'

# get the dependencies and installs
with io.open(op.join(here, 'requirements.txt'), encoding='utf-8') as f:
Expand Down

0 comments on commit 7f7c27c

Please sign in to comment.