Skip to content
Snippets Groups Projects
Commit 9716421d authored by Klaus Reuter's avatar Klaus Reuter
Browse files

prepare version bump to 0.1.9

parent 668d2c14
No related branches found
No related tags found
No related merge requests found
basic:
basic_dryruns:
image: continuumio/miniconda3:latest
tags:
- cloud
......
......@@ -3,7 +3,7 @@
Single location for the version information.
"""
ver = (0, 1, 8)
ver = (0, 1, 9)
def get_version_string():
"""Return the full version number."""
......@@ -14,4 +14,4 @@ def get_short_version_string():
return '.'.join(map(str, ver[:-1]))
def get_descriptive_version_string():
return "Condainer " + get_version_string()
\ No newline at end of file
return "Condainer " + get_version_string()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment