Skip to content

Commit 7b430f5

Browse files
committed
bumping version
1 parent 439ae6b commit 7b430f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The client here will eventually be released as "spython" (and eventually to
1717
singularity on pypi), and the versions here will coincide with these releases.
1818

1919
## [master](https://github.com/singularityhub/singularity-cli/tree/master)
20+
- typo in pypi PACKAGE_URL (0.0.36)
2021
- respecting Client "quiet" attribute in run_command (0.0.34/0.0.35)
2122
- adding missing import of tempfile in image.export (0.0.33)
2223
- bug with Client.version() (0.0.32)

spython/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020

21-
__version__ = "0.0.35"
21+
__version__ = "0.0.36"
2222
AUTHOR = 'Vanessa Sochat'
2323
AUTHOR_EMAIL = '[email protected]'
2424
NAME = 'spython'

0 commit comments

Comments
 (0)