Skip to content

Commit

Permalink
update: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev committed Jan 25, 2024
1 parent 3a3c5ae commit b08f594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "pdm.backend"

[project]
name = "resumake"
version = "1.0.3"
version = "1.0.4"
authors = [{ name = "cybardev", email = "[email protected]" }]
description = "Generate resume using data representation objects in Python"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/resumake/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# initialize the resume module

# metadata
__version__ = "1.0.3"
__version__ = "1.0.4"

0 comments on commit b08f594

Please sign in to comment.