We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c054c commit cd3ebb6Copy full SHA for cd3ebb6
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "smolagents"
7
-version = "1.3.0.dev"
+version = "1.3.0"
8
description = "🤗 smolagents: a barebones library for agents. Agents write python code to call tools or orchestrate other agents."
9
authors = [
10
{ name="Aymeric Roucher", email="[email protected]" }, { name="Thomas Wolf"},
src/smolagents/__init__.py
@@ -14,7 +14,7 @@
14
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
# See the License for the specific language governing permissions and
16
# limitations under the License.
17
-__version__ = "1.3.0.dev"
+__version__ = "1.3.0"
18
19
from typing import TYPE_CHECKING
20
0 commit comments