Skip to content

Commit 1ef663e

Browse files
committed
new version
1 parent cb19c2c commit 1ef663e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4747
- **Flexible:** Multiple storage backends, composable decorators, custom backend support
4848
- **Production-Ready:** Comprehensive tests, benchmarks, and documentation
4949

50-
[0.1.1]: https://github.com/namshiv2/advanced_caching/releases/tag/v0.1.0
50+
[0.1.1]: https://github.com/namshiv2/advanced_caching/releases/tag/v0.1.1
5151

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "advanced-caching"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Production-ready composable caching with TTL, SWR, and background refresh patterns for Python."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)