Skip to content

Commit

Permalink
dvc 3.59.1 (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: Iterative Olivaw <support@iterative.ai>
  • Loading branch information
iterative-olivaw and Iterative Olivaw authored Feb 16, 2025
1 parent 9fd001d commit fb122f0
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.59.0</version>
<version>3.59.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.59.0'
$version = '3.59.1'
$url = "https://pypi.io/packages/source/d/dvc/dvc-$version.tar.gz"
$checksum = 'd991221eec54a146050f90b948e5a9c0541c81565356bf034e3faf54a6bfb847'
$checksum = '76c9cadc97a458321845424ff91489e8a2c5c6eaf36e52a79d8609beaed78cd6'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$tarFile = "$toolsDir\dvc-$version.tar"
$targzFile = "$tarFile.gz"
Expand Down

0 comments on commit fb122f0

Please sign in to comment.