mirror of https://github.com/eyhc1/rendercv.git
update version to 0.9 in pyproject.toml
This commit is contained in:
parent
cf673b9dc1
commit
c5f1af2513
|
@ -1,7 +1,7 @@
|
||||||
[project]
|
[project]
|
||||||
name = 'rendercv'
|
name = 'rendercv'
|
||||||
description = 'LaTeX CV generator from a YAML/JSON file'
|
description = 'LaTeX CV generator from a YAML/JSON file'
|
||||||
version = '0.8'
|
version = '0.9'
|
||||||
authors = [{ name = 'Sina Atalay' }]
|
authors = [{ name = 'Sina Atalay' }]
|
||||||
requires-python = '>=3.10'
|
requires-python = '>=3.10'
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Reference in New Issue