Skip to content

Commit

Permalink
🔖 Bump version: 0.0.5 → 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Feb 24, 2024
1 parent 51e7892 commit f78cba6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.5
current_version = 0.0.6
commit = True
tag = True
message = 🔖 Bump version: {current_version} → {new_version}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.5
0.0.6
2 changes: 1 addition & 1 deletion anystore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
]


__version__ = "0.0.5"
__version__ = "0.0.6"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "anystore"
version = "0.0.5"
version = "0.0.6"
description = "Store and cache things anywhere"
authors = ["Simon Wörpel <simon.woerpel@pm.me>"]
license = "GPL-3.0"
Expand Down

0 comments on commit f78cba6

Please sign in to comment.