Skip to content

Commit 5256882

Browse files
author
8ball030
committed
Bump to 0.2.152
1 parent 3c99198 commit 5256882

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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.151",
468+
version="0.2.152",
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.151
39+
version: 0.2.152
4040
location: remote
4141
url: https://api.github.com/repos/8ball030/auto_dev
4242
extras:

auto_dev/data/repo/templates/autonomy/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

auto_dev/data/repo/templates/autonomy/pyproject.toml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ open-aea = "==1.65.0"
2222
open-aea-cli-ipfs = "==1.65.0"
2323
open-aea-test-autonomy = "==0.19.7"
2424
open-autonomy = "==0.19.7"
25-
autonomy-dev = {{extras = ["all"], version = ">=0.2.64,<=0.2.151"}}
25+
autonomy-dev = {{extras = ["all"], version = ">=0.2.64,<=0.2.152"}}
2626

2727
[tool.poetry.group.dev.dependencies]
2828

auto_dev/data/repo/templates/python/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

auto_dev/data/repo/templates/python/pyproject.toml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717

1818
[tool.poetry.dependencies]
1919
python = ">=3.10,<3.14"
20-
autonomy-dev = {{extras = ["all"], version = ">=0.2.64,<=0.2.151"}}
20+
autonomy-dev = {{extras = ["all"], version = ">=0.2.64,<=0.2.152"}}
2121

2222
[tool.poetry.dev-dependencies]
2323

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["poetry-core>=1.0.0", "setuptools"]
44

55
[tool.poetry]
66
name = "autonomy_dev"
7-
version = "0.2.151"
7+
version = "0.2.152"
88
homepage = "https://github.com/8ball030/auto_dev"
99
description = "A collection of tooling to enable open source development of autonomy tools"
1010
authors = ["8Baller <8ball030@gmail.com>"]

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# github_url = "https://github.com/<user or organization>/<project>/"
33

44
[version]
5-
current = "0.2.151"
5+
current = "0.2.152"
66

77
# Example of a semver regexp.
88
# Make sure this matches current_version before

0 commit comments

Comments
 (0)