Update Makefile to support rc versions, bump version

* Support packaging RC versions for deb and rpm packages

* Bump version to 1.0.4-rc1
This commit is contained in:
2025-07-06 03:28:16 -04:00
parent 5ede7dea07
commit 8fd57032e7
4 changed files with 38 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ import re
from decimal import Decimal
VERSION = "1.0.3"
VERSION = "1.0.4-rc1"
# Configuration
config = {}