2 Commits

Author SHA1 Message Date
7fe574352c Release version 1.0.1 2026-01-12 11:34:21 +01:00
54f77ab854 Ignored build files 2026-01-12 11:33:44 +01:00
3 changed files with 8 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*.egg-info
dist/

View File

@@ -1,3 +1,8 @@
## [1.0.1] - 2026-01-12
* Fixed build file ignores
## [1.0.0] - 2026-01-12
* Official Release🥳

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "setup-hibernate"
version = "1.0.0"
version = "1.0.1"
description = "Configure Linux hibernation (swapfile, GRUB resume, mkinitcpio resume hook)."
readme = "README.md"
requires-python = ">=3.8"