From 70d4f5a63d27bc4b3ca60223b918a7c3b196e385 Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Thu, 25 Nov 2021 11:22:26 -0500 Subject: [PATCH] bump versioing for minor bug fix --- pomice/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pomice/__init__.py b/pomice/__init__.py index 02de6c5..fc2a83c 100644 --- a/pomice/__init__.py +++ b/pomice/__init__.py @@ -11,7 +11,7 @@ if discord.__version__ != "2.0.0a": "using 'pip install git+https://github.com/Rapptz/discord.py@master'" ) -__version__ = "1.1.5" +__version__ = "1.1.5.1" __title__ = "pomice" __author__ = "cloudwithax" diff --git a/setup.py b/setup.py index 0b32f5a..53d4f92 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md") as f: setuptools.setup( name="pomice", author="cloudwithax", - version="1.1.5", + version="1.1.5.1", url="https://github.com/cloudwithax/pomice", packages=setuptools.find_packages(), license="GPL",