From 41d11f2b5da37829c73bf994716b441523fe858a Mon Sep 17 00:00:00 2001 From: nikromen <70757578+nikromen@users.noreply.github.com> Date: Sat, 19 Nov 2022 13:10:44 +0100 Subject: [PATCH] release: bump to 0.1.1 --- dirstory/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dirstory/constants.py b/dirstory/constants.py index 4891d50..58e6bac 100644 --- a/dirstory/constants.py +++ b/dirstory/constants.py @@ -1,7 +1,7 @@ from enum import Enum from pathlib import Path -VERSION = "0.1.0" +VERSION = "0.1.1" DIR_STACKS_LOCATION = Path("/tmp/dirstory") DIR_STACK_PATH_SUFFIX = "{type}_dir_stack/{ppid}"