File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33Lightweight toolkit to analyze GitHub profiles locally.
44"""
55
6- __version__ = "0.1.0 "
6+ __version__ = "0.1.1 "
77
88# Keep the package surface minimal. Import CLI at runtime via:
99# from gitpersona import cli
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " gitpersona"
7- version = " 0.1.0 "
7+ version = " 0.1.1 "
88description = " Developer persona and analytics toolkit for GitHub profiles"
99readme = " README.md"
1010requires-python = " >=3.8"
Original file line number Diff line number Diff line change 22
33setup (
44 name = "gitpersona" ,
5- version = "0.1.0 " ,
5+ version = "0.1.1 " ,
66 description = "Developer persona and analytics toolkit for GitHub profiles" ,
77 packages = find_packages (exclude = ("tests" ,)),
88 install_requires = ["requests" ],
You can’t perform that action at this time.
0 commit comments