Skip to content

Commit 3702c39

Browse files
committed
Update setup.py for versioning and author email - [no ci]
- Incremented the version to 0.1.0.post2 to reflect a post-release update. - Updated the author email to the correct address for better contact clarity.
1 parent a3fb4a7 commit 3702c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
setup(
88
name="github-stats-analyzer",
9-
version="0.1.0",
9+
version="0.1.0.post2",
1010
author="SakuraPuare",
11-
author_email="author@example.com",
11+
author_email="sakurapuare@sakurapuare.com",
1212
description="Analyze GitHub user statistics",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)