Skip to content

Commit e487926

Browse files
committed
update to pypi
1 parent 1fd5350 commit e487926

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 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sleepless-agent"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "24/7 AI agent that maximizes Claude usage via Slack interface"
99
readme = "README.md"
1010
authors = [{name = "Sleepless Agent Maintainers"}]

src/sleepless_agent/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from sleepless_agent.core.executor import ClaudeCodeExecutor
1818
from sleepless_agent.storage.git import GitManager
1919

20-
__version__ = "0.1.0"
20+
__version__ = "0.1.1"
2121

2222
__all__ = [
2323
"SleeplessAgent",

0 commit comments

Comments
 (0)