Skip to content

Commit

Permalink
dvc 3.58.0 (#256)
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 Dec 2, 2024
1 parent 5a8d8b9 commit 8f19cc0
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.57.0</version>
<version>3.58.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.57.0'
$version = '3.58.0'
$url = "https://pypi.io/packages/source/d/dvc/dvc-$version.tar.gz"
$checksum = '60d6c42bf2fd4fa847ba7f4a7ebb0ff036bc065792d7b3bba375cc54d0652b6b'
$checksum = 'cd078b2916841dbb8ac0cf0aec9db723b11117651af53028d288b6a9a87b7399'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$tarFile = "$toolsDir\dvc-$version.tar"
$targzFile = "$tarFile.gz"
Expand Down

0 comments on commit 8f19cc0

Please sign in to comment.