Skip to content

Commit 3b581d4

Browse files
authored
Version 1.0.2
Fixed powershell gallery url.
2 parents fccf530 + c33e4e6 commit 3b581d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PythonPowershellUtilities.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'PythonPowershellUtilities.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.0.1'
15+
ModuleVersion = '1.0.2'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A powershell module for installing python versions and managing python virtual e
88
```powershell
99
Install-Module PythonPowershellUtilities
1010
```
11-
The module is hosted on [powershellgallery.com](www.powershellgallery.com/packages/PythonPowershellUtilities) and can be downloaded and installed using the powershell `Install-Module` command.
11+
The module is hosted on [powershellgallery.com](https://www.powershellgallery.com/packages/PythonPowershellUtilities) and can be downloaded and installed using the powershell `Install-Module` command.
1212

1313
## Overview
1414
This module makes it easy to download multiple versions of python into a single configurable location. It also makes it easy to create and manage virtual environments that point to any of those installations. For example, to install Python version 3.7.2, create a virtual environment, and then activate that environment you would run

0 commit comments

Comments
 (0)