Skip to content

Commit 48eb6bd

Browse files
committed
try setting version to 0.0.50 to see if pypi takes it
Signed-off-by: vsoch <[email protected]>
1 parent c440e12 commit 48eb6bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and **Merged pull requests**. Critical items to know are:
1414
The versions coincide with releases on pip. Only major versions will be released as tags on Github.
1515

1616
## [0.0.x](https://github.com/singularityhub/singularity-hpc/tree/main) (0.0.x)
17-
- add support for TCL and LMOD default version, multiple variants (0.0.5)
17+
- add support for TCL and LMOD default version, multiple variants (0.0.50)
1818
- refactor to "add" to generate a container.yaml first (0.0.49)
1919
- Properly cleanup empty module directories, and asking to remove a container that doesn't exist now logs a _warning_ (0.0.48)
2020
- wrapper script generation permissions error (0.0.47)

shpc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__copyright__ = "Copyright 2021-2022, Vanessa Sochat"
33
__license__ = "MPL 2.0"
44

5-
__version__ = "0.0.5"
5+
__version__ = "0.0.50"
66
AUTHOR = "Vanessa Sochat"
77
NAME = "singularity-hpc"
88
PACKAGE_URL = "https://github.com/singularityhub/singularity-hpc"

0 commit comments

Comments
 (0)