Skip to content

Commit

Permalink
dvc 3.5.1 (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: efiop <[email protected]>
  • Loading branch information
github-actions[bot] and efiop authored Jul 11, 2023
1 parent da9c388 commit e390b1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dvc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>dvc</id>
<version>3.5.0</version>
<version>3.5.1</version>
<packageSourceUrl>https://github.com/iterative/chocolatey-dvc</packageSourceUrl>
<owners>efiop</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Update-SessionEnvironment
Set-PSDebug -Trace 1
$ErrorActionPreference = "Stop"

$version = '3.5.0'
$version = '3.5.1'
$url = "https://pypi.io/packages/source/d/dvc/dvc-$version.tar.gz"
$checksum = '06a73b529235f1bd9fc0d7d268496259d57f4a852d3df44b4cec4c443b2ca6fe'
$checksum = '5e2298ed8c4f4943ba25aced5cfa0aa0405847c8316ab954ca627b8be1739a00'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$tarFile = "$toolsDir\dvc-$version.tar"
$targzFile = "$tarFile.gz"
Expand Down

0 comments on commit e390b1d

Please sign in to comment.