Skip to content

Commit

Permalink
release: bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikromen authored Nov 19, 2022
1 parent 362b26c commit 41d11f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dirstory/constants.py
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down

0 comments on commit 41d11f2

Please sign in to comment.