update version to 0.9 in pyproject.toml

This commit is contained in:
Sina Atalay 2023-11-29 17:45:16 +01:00
parent cf673b9dc1
commit c5f1af2513
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[project]
name = 'rendercv'
description = 'LaTeX CV generator from a YAML/JSON file'
version = '0.8'
version = '0.9'
authors = [{ name = 'Sina Atalay' }]
requires-python = '>=3.10'
readme = "README.md"