From e1f61ee53fbc6d5648a48c9ad749bb3d89853d6a Mon Sep 17 00:00:00 2001 From: moon Date: Fri, 28 Jul 2023 03:40:19 -0700 Subject: [PATCH] v0.0.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e6e877f..3ac52cc 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="agentagenda", - version="0.0.5", + version="0.0.6", description="A task manager for your agent.", long_description=long_description, # added this line long_description_content_type="text/markdown", # and this line