Skip to content

Commit 2b8e85f

Browse files
nhortonclaude
andcommitted
Bump version to 0.7.0a2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8471048 commit 2b8e85f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "deepwork"
3-
version = "0.7.0a1"
3+
version = "0.7.0a2"
44
description = "Framework for enabling AI agents to perform complex, multi-step work tasks"
55
readme = "README.md"
66
requires-python = ">=3.11"

src/deepwork/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""DeepWork - Framework for enabling AI agents to perform complex, multi-step work tasks."""
22

3-
__version__ = "0.7.0a1"
3+
__version__ = "0.7.0a2"
44
__author__ = "DeepWork Contributors"
55

66
__all__ = [

uv.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.

0 commit comments

Comments
 (0)