Skip to content

Commit

Permalink
dvc 3.31.2 (#204)
Browse files Browse the repository at this point in the history
Co-authored-by: efiop <efiop@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and efiop authored Dec 5, 2023
1 parent 9aedf4f commit d663106
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.30.3</version>
<version>3.31.2</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.30.3'
$version = '3.31.2'
$url = "https://pypi.io/packages/source/d/dvc/dvc-$version.tar.gz"
$checksum = '04bfcd6ef3d318ba279ce70ebe419a8094e88bc51c6d98fefb8b5a8abf8d90be'
$checksum = '25a53dc49a37558f7a57a74747c45d6607f83972ae450d10ba00e194e70c3a90'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$tarFile = "$toolsDir\dvc-$version.tar"
$targzFile = "$tarFile.gz"
Expand Down

0 comments on commit d663106

Please sign in to comment.