Skip to content

Commit 5d2b3d1

Browse files
committed
version bump
Signed-off-by: vsoch <[email protected]>
1 parent 5b57e90 commit 5d2b3d1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ and **Merged pull requests**. Critical items to know are:
1414
The versions coincide with releases on pypi.
1515

1616
## [0.0.x](https://github.com/singularityhub/singularity-compose/tree/master) (0.0.x)
17-
1817
- fix module import used by check command (0.0.13)
1918
- adding jsonschema validation and check command (0.0.12)
2019
- implement configuration override feature

scompose/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
"""
1010

11-
__version__ = "0.1.12"
11+
__version__ = "0.1.13"
1212
AUTHOR = "Vanessa Sochat"
1313
AUTHOR_EMAIL = "[email protected]"
1414
NAME = "singularity-compose"

0 commit comments

Comments
 (0)