Skip to content

Commit 6094b0f

Browse files
MischaPanchMichael Panchenko
authored andcommitted
Bump version (0.1.2 wheel is broken)
1 parent 4cf5895 commit 6094b0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

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

55
[project]
66
name = "serena-agent"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = ""
99
authors = [{ name = "Oraios AI", email = "info@oraios-ai.de" }]
1010
readme = "README.md"

src/serena/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.1.3"
22

33
import logging
44

0 commit comments

Comments
 (0)