Skip to content

Commit a3df1a2

Browse files
Bump release number for 1.0.0
1 parent 05772cb commit a3df1a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "smolagents"
7-
version = "0.1.3"
7+
version = "1.1.0.dev0"
88
description = "🤗 smolagents: a barebones library for agents. Agents write python code to call tools or orchestrate other agents."
99
authors = [
1010
{ name="Aymeric Roucher", email="[email protected]" }, { name="Thomas Wolf"},

src/smolagents/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
17-
__version__ = "0.1.3"
17+
__version__ = "1.1.0.dev0"
1818

1919
from typing import TYPE_CHECKING
2020

0 commit comments

Comments
 (0)