Skip to content

Commit

Permalink
bump covalent version (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatBala authored Oct 26, 2022
1 parent c3546d5 commit fa7aa5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

### Changed

- Bumped `covalent` version to `0.202.0`

## [0.7.0] - 2022-10-25

### Changed
Expand Down
2 changes: 1 addition & 1 deletion covalent_ec2_plugin/infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ resource "null_resource" "deps_install" {
"echo \"conda activate covalent\" >> $HOME/.bashrc",
"conda activate covalent",
"echo 'Installing Covalent...'",
"pip install covalent==0.177.0",
"pip install covalent==0.202.0",
"chmod +x /tmp/script.sh",
"sudo bash /tmp/script.sh",
"echo ok"
Expand Down

0 comments on commit fa7aa5e

Please sign in to comment.