Skip to content

Commit 3d3a673

Browse files
authored
Merge pull request #14 from togethercomputer/fede/version-bump
manual version bump
2 parents 8e2a939 + adcb1f8 commit 3d3a673

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

open_data_scientist/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
ReAct Data Science Agent - AI-powered data analysis assistant.
33
"""
44

5-
__version__ = "0.1.0a1"
5+
__version__ = "0.1.0a2"
66
__author__ = "TogetherAI"
7-
__email__ = "[email protected]"
7+
__email__ = ""
88

99
from .codeagent import *
1010
from .cli import main

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "open-data-scientist"
7-
version = "0.1.0a1"
7+
version = "0.1.0a2"
88
description = "ReAct Data Science Agent - AI-powered data analysis assistant"
99
readme = "README.md"
1010
requires-python = ">=3.10"
1111
authors = [
12-
{name = "TogetherAI", email = "[email protected]"},
12+
{name = "TogetherAI", email = ""},
1313
]
1414
keywords = ["data-science", "ai", "react", "analysis", "llm"]
1515
classifiers = [

0 commit comments

Comments
 (0)