haesleinhuepf / git-bob

git-bob uses AI to solve Github-issues and review pull-requests. It runs inside the Github CI, no need to install anything on your computer.
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Update revision #251

Closed haesleinhuepf closed 3 hours ago

haesleinhuepf commented 3 hours ago

We should update the revision version of the library.

git-bob think about this loudly

github-actions[bot] commented 3 hours ago

This message was generated by git-bob (version: 0.2.7, model: github_models:meta-llama-3.1-405b-instruct), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully.

To update the revision version of the library, we need to modify the version attribute in the git_bob.__version__ module. Assuming git_bob/__init__.py contains the version, it should look like this:

Example git_bob/__init__.py (assuming it exists)

__version__ = "1.0.x"  # Increment revision number here

Once updated, the setup.cfg will automatically reflect the new version since it uses attr: git_bob.__version__.

haesleinhuepf commented 3 hours ago

Check the file src/git_bob/init.py carefully.

git-bob think about this

github-actions[bot] commented 3 hours ago

This message was generated by git-bob (version: 0.2.7, model: github_models:meta-llama-3.1-405b-instruct), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully.

To update the revision version:

__version__ = "0.2.8"

Update this in src/git_bob/__init__.py.

haesleinhuepf commented 3 hours ago

git-bob implement this!