Skip to content

Commit 7b797d9

Browse files
author
8ball030
committed
Bump to 0.2.156
1 parent 5d53a04 commit 7b797d9

6 files changed

Lines changed: 207 additions & 9 deletions

File tree

auto_dev/commands/deps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ def to_dict(self, latest: bool = False):
465465

466466
auto_dev_repo = GitDependency(
467467
name="autonomy-dev",
468-
version="0.2.155",
468+
version="0.2.156",
469469
location=DependencyLocation.REMOTE,
470470
url="https://api.github.com/repos/8ball030/auto_dev",
471471
extras=["all"],

auto_dev/data/repo/templates/autonomy/adev_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ poetry_dependencies:
3636
plugins: *id002
3737
extras: null
3838
- name: autonomy-dev
39-
version: 0.2.155
39+
version: 0.2.156
4040
location: remote
4141
url: https://api.github.com/repos/8ball030/auto_dev
4242
extras:

0 commit comments

Comments
 (0)