We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac517a2 commit 0bdb3e1Copy full SHA for 0bdb3e1
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.2
+current_version = 0.4.0
3
commit = True
4
tag = True
5
setup.py
@@ -2,7 +2,7 @@
setup(
name='gptdiff',
- version='0.3.2',
+ version='0.4.0',
6
description='A tool to generate and apply git diffs using LLMs',
7
author='255labs',
8
packages=find_packages(), # Use find_packages() to automatically discover packages
0 commit comments