From be0a1eb699c4bf2d57880a326370e2c7c47e9843 Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Sun, 17 Oct 2021 12:18:17 -0400 Subject: [PATCH] Updated versioning for PyPI release --- 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 3b10bd5..1584a0c 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.0.6.1" +__version__ = "1.0.6.2" __title__ = "pomice" __author__ = "cloudwithax" diff --git a/setup.py b/setup.py index 0efc4b7..af407fd 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.0.6.1", + version="1.0.6.2", url="https://github.com/cloudwithax/pomice", packages=setuptools.find_packages(), license="GPL",