diff --git a/MANIFEST b/MANIFEST index ab7f04f..10f4de9 100644 --- a/MANIFEST +++ b/MANIFEST @@ -7,10 +7,12 @@ BotpySE/ChatRoom.py BotpySE/Chatcommunicate.py BotpySE/Command.py BotpySE/CommandAlive.py +BotpySE/CommandAmiprivileged.py BotpySE/CommandListRunningCommands.py BotpySE/CommandManager.py BotpySE/CommandPrivilegeUser.py BotpySE/CommandStop.py +BotpySE/CommandUnprivilegeUser.py BotpySE/EssentialBackgroundTasks.py BotpySE/PrivilegeType.py BotpySE/PrivilegedChatUser.py diff --git a/README.md b/README.md index a317f0a..49a5d1c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ or # Changelog + - **v0.3.0**: Completed the privilege system by adding more commands. - **v0.2.5**: Finally fixed the bug fix for the bot name problem. - **v0.2.4**: Another possible bug fix for not allowing names with more than 4 chars. - **v0.2.3**: Possible bug fix for a bug which does not allow bot names with more than 4 letters. diff --git a/setup.py b/setup.py index 59ab681..9936a6d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup ( name = "BotpySE", packages = ["BotpySE"], - version = "0.2.5", + version = "0.3.0", description = "A python framework to create chatbots on the StackExchange network.", author = "Ashish Ahuja", author_email = "ashish.ahuja@sobotics.org",