diff --git a/pincer/__init__.py b/pincer/__init__.py index 7477fc42..f7a6584f 100644 --- a/pincer/__init__.py +++ b/pincer/__init__.py @@ -11,7 +11,7 @@ __package__ = "pincer" __author__ = "Sigmanificient, Arthurdw" __license__ = "MIT" -__version__ = "0.6.4-dev" +__version__ = "0.6.5-dev" __description__ = "Discord API wrapper rebuild from scratch." from pincer.client import Client, Bot