diff --git a/deepclean/__init__.py b/deepclean/__init__.py index 299b2952a6678212876b3fda874cb6df8b72092e..1077c41a65f4d7f9b5a2b17c6a2fecf65ea0b4f2 100644 --- a/deepclean/__init__.py +++ b/deepclean/__init__.py @@ -1,3 +1,3 @@ """Clean old versions of Docker images.""" -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/setup.cfg b/setup.cfg index 9ef58c9baa477b7c66539dd92ce81b7581a441ea..c72e3cffc744445a33c69cc318aad020448360b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True