Skip to content

Commit

Permalink
Merge pull request #1084 from azavea/lf/0.12.1
Browse files Browse the repository at this point in the history
Set version to 0.12.1
  • Loading branch information
lewfish committed Jan 28, 2021
2 parents e0ad52a + ea66c13 commit f2a3846
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# The short X.Y version
version = '0.12'
# The full version, including alpha/beta/rc tags
release = '0.12.0'
release = '0.12.1'


# -- General configuration ---------------------------------------------------
Expand Down
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.12'
version='0.12.1'
description='A rastervision plugin that adds an AWS Batch pipeline runner'

setup(
Expand Down
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.12'
version='0.12.1'
description='A rastervision plugin that adds an AWS S3 file system'

setup(
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.12'
version='0.12.1'
description='A rastervision plugin that adds geospatial machine learning pipelines'

setup(
Expand Down
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.12'
version='0.12.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.12'
version='0.12.1'
description='The main rastervision package for configuring, defining, and running pipelines'

setup(
Expand Down
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.12'
version='0.12.1'
description='A rastervision plugin that adds PyTorch backends for rastervision.core pipelines'

setup(
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.12'
version='0.12.1'
description='A rastervision plugin that adds PyTorch training pipelines'

setup(
Expand Down

0 comments on commit f2a3846

Please sign in to comment.