Skip to content

Commit d26a15d

Browse files
committed
fix(core): Bump version to 0.2.1 and remove smart_
Updated the package version from 0.2.0 to 0.2.1 in setup.py. The main script smart_git_commit.py has been deleted. This likely indicates a significant refactoring or removal of core functionality. Affected files: - M setup.py - M smart_git_commit.py - M smart_git_commit/smart_git_commit.py - M tests/test_smart_git_commit.py
1 parent 28faee8 commit d26a15d

File tree

4 files changed

+164
-2484
lines changed

4 files changed

+164
-2484
lines changed

setup.py

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

1414
setup(
1515
name="smart-git-commit",
16-
version="0.2.0",
16+
version="0.2.1",
1717
description="AI-powered Git commit workflow tool",
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)