Skip to content

Commit

Permalink
bump version 5.0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfleischer committed Dec 27, 2023
1 parent 5f070c6 commit 73ef27a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.50
5.0.51
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires = [

[project]
name = "cloudmesh-common"
version = "5.0.50"
version = "5.0.51"
description = "A set of useful APIs for cloudmesh"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
5 changes: 1 addition & 4 deletions src/cloudmesh/common/bin/win-setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ if %errorlevel% neq 0 (
echo cygwin is already installed.
)

refreshenv

REM Countdown from 5
echo cloudmesh has all required dependencies. Starting in 5 seconds...

Expand All @@ -47,5 +45,4 @@ for /l %%i in (5,-1,1) do (
timeout /t 1 >nul
)


ENDLOCAL
refreshenv

0 comments on commit 73ef27a

Please sign in to comment.