Skip to content

Commit

Permalink
dvc 3.54.0 (#245)
Browse files Browse the repository at this point in the history
Co-authored-by: Iterative Olivaw <[email protected]>
  • Loading branch information
iterative-olivaw and Iterative Olivaw authored Aug 19, 2024
1 parent c22b8a2 commit ac70e19
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.53.2</version>
<version>3.54.0</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.53.2'
$version = '3.54.0'
$url = "https://pypi.io/packages/source/d/dvc/dvc-$version.tar.gz"
$checksum = '072949376948338454a7e93df7a039b8a68ab8efbc2b94108008ccdf45c19172'
$checksum = 'ea671fdd6ce584ba8a435d96a272bebc8400a926da6e136244437386b4578f18'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$tarFile = "$toolsDir\dvc-$version.tar"
$targzFile = "$tarFile.gz"
Expand Down

0 comments on commit ac70e19

Please sign in to comment.