Skip to content

Commit dcbdd71

Browse files
committed
update version to 0.30.1
1 parent ee4a6f5 commit dcbdd71

File tree

21 files changed

+31
-31
lines changed

21 files changed

+31
-31
lines changed

cookiecutter_template/cookiecutter.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"caps_project_name": "MY_PROJECT",
33
"project_name": "my_project",
44
"docker_image": "my_project",
5-
"parent_docker_image": "quay.io/azavea/raster-vision:pytorch-0.30.0",
6-
"version": "0.30.0",
5+
"parent_docker_image": "quay.io/azavea/raster-vision:pytorch-0.30.1",
6+
"version": "0.30.1",
77
"description": "A Raster Vision plugin",
88
"url": "https://github.com/azavea/raster-vision",
99
"author": "Azavea",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rastervision==0.30.0
1+
rastervision==0.30.1

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def setup(app: 'Sphinx') -> None:
7474
# The short X.Y version.
7575
version = u'0.30'
7676
# The full version, including alpha/beta/rc tags
77-
release = u'0.30.0'
77+
release = u'0.30.1'
7878

7979
# -- Extension configuration --------------------------------------------------
8080

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
rastervision_pipeline==0.30.0
1+
rastervision_pipeline==0.30.1
22
boto3==1.34.79
33
awscli==1.32.79

rastervision_aws_batch/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66

77
name = 'rastervision_aws_batch'
8-
version = '0.30.0'
8+
version = '0.30.1'
99
description = 'A rastervision plugin that adds an AWS Batch pipeline runner'
1010
requirement_constraints = {}
1111

rastervision_aws_s3/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rastervision_pipeline==0.30.0
1+
rastervision_pipeline==0.30.1
22
boto3==1.34.79
33
awscli==1.32.79
44
tqdm==4.66.2

rastervision_aws_s3/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66

77
name = 'rastervision_aws_s3'
8-
version = '0.30.0'
8+
version = '0.30.1'
99
description = 'A rastervision plugin that adds an AWS S3 file system'
1010
requirement_constraints = {}
1111

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
rastervision_pipeline==0.30.0
1+
rastervision_pipeline==0.30.1
22
sagemaker==2.214.3

rastervision_aws_sagemaker/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66

77
name = 'rastervision_aws_sagemaker'
8-
version = '0.30.0'
8+
version = '0.30.1'
99
description = 'A rastervision plugin that adds an AWS SageMaker pipeline runner'
1010
requirement_constraints = {}
1111

rastervision_core/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rastervision_pipeline==0.30.0
1+
rastervision_pipeline==0.30.1
22
shapely==2.0.2
33
geopandas==0.14.3
44
numpy==1.26.3

0 commit comments

Comments
 (0)