Skip to content

Commit a07796f

Browse files
committed
Bump version to 0.1.1
1 parent e348bd0 commit a07796f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gitpersona/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Lightweight 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gitpersona"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Developer persona and analytics toolkit for GitHub profiles"
99
readme = "README.md"
1010
requires-python = ">=3.8"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
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"],

0 commit comments

Comments
 (0)