Skip to content

Commit

Permalink
dvc 3.15.2 (#181)
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 Aug 13, 2023
1 parent 048092f commit 4bb2935
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.15.1</version>
<version>3.15.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.15.1'
$version = '3.15.2'
$url = "https://pypi.io/packages/source/d/dvc/dvc-$version.tar.gz"
$checksum = '77eb3b67847eaed6cb753acd3298b5b76850337d13f23d82d2f1c59f42d6647b'
$checksum = '47ee341adefc04b295c182d233160f27b4ecbc565832de6baa2e204e307eefae'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$tarFile = "$toolsDir\dvc-$version.tar"
$targzFile = "$tarFile.gz"
Expand Down

0 comments on commit 4bb2935

Please sign in to comment.