diff --git a/osc/core.py b/osc/core.py index 7562e995..9bd7b5b1 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.170.0' +__version__ = '0.171.git' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration