We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6ba9b commit 88eedaaCopy full SHA for 88eedaa
2 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.2
+current_version = 0.1.3
3
commit = True
4
tag = True
5
files = pyproject.toml
pyproject.toml
@@ -12,7 +12,7 @@ requires = ["hatchling"]
12
13
[project]
14
name = "cachedir"
15
-version = "0.1.2"
+version = "0.1.3"
16
description = "A Python manager for the cache"
17
license = "BSD-3-Clause"
18
readme = "README.md"
0 commit comments