Skip to content

Commit

Permalink
Add bug fix version to main package
Browse files Browse the repository at this point in the history
  • Loading branch information
lewfish committed Jan 28, 2021
1 parent f2a3846 commit 1cecdf9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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.12
rastervision_aws_s3==0.12
rastervision_aws_batch==0.12
rastervision_core==0.12
rastervision_pytorch_learner==0.12
rastervision_pytorch_backend==0.12
rastervision_gdal_vsi==0.12
rastervision_pipeline==0.12.1
rastervision_aws_s3==0.12.1
rastervision_aws_batch==0.12.1
rastervision_core==0.12.1
rastervision_pytorch_learner==0.12.1
rastervision_pytorch_backend==0.12.1
rastervision_gdal_vsi==0.12.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.12'
__version__ = '0.12.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 1cecdf9

Please sign in to comment.