Skip to content

Commit

Permalink
v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takline committed Aug 8, 2024
1 parent 78f60a6 commit 9a3f447
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ResumeGPT"
version = "1.4"
version = "2.0"
description = "Tailor your resume to match any job posting effortlessly"
authors = [
{ name = "Tyler Kline", email = "tylerkline@gmail.com" }
Expand All @@ -26,7 +26,10 @@ dependencies = [
"requests>=2.25.1",
"ruamel.yaml>=0.16.12",
"pytest>=8.2.2",
"free-proxy>=1.1.1"
"free-proxy>=1.1.1",
"Jinja2==3.1.4",
"PyYAML==5.3.1",
"pytest-cov==5.0.0"
]
keywords = ["resume", "job", "application", "automation", "job search"]
classifiers = [
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="ResumeGPT",
version="1.4",
version="2.0",
description="A brief description of your project",
author="Tyler Kline",
author_email="tylerkline@gmail.com",
Expand All @@ -20,6 +20,9 @@
"ruamel.yaml>=0.16.12",
"pytest>=8.2.2",
"free-proxy>=1.1.1",
"Jinja2==3.1.4",
"PyYAML==5.3.1",
"pytest-cov==5.0.0"
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 9a3f447

Please sign in to comment.