Release version 1.0.1

This commit is contained in:
2025-12-16 19:26:28 +01:00
parent 24b6311c29
commit ea97806e62
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
## [1.0.1] - 2025-12-16
* Now buildable via python
## [1.0.0] - 2025-12-16 ## [1.0.0] - 2025-12-16
* Initial Release * Initial Release

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "doli" name = "doli"
version = "1.0.0" version = "1.0.1"
description = "Config linker for chezmoi and Nextcloud" description = "Config linker for chezmoi and Nextcloud"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"