From 7c9dec116dba355282d35c7e1fe3f204664f3da2 Mon Sep 17 00:00:00 2001 From: vveeps <54472340+vveeps@users.noreply.github.com> Date: Thu, 7 Oct 2021 17:46:41 +0300 Subject: [PATCH] bump version --- 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 8bb12cc..f6e0e41 100644 --- a/pomice/__init__.py +++ b/pomice/__init__.py @@ -1,6 +1,6 @@ """Pomice wrapper for Lavalink, made possible by cloudwithax 2021""" -__version__ = "1.0.4" +__version__ = "1.0.5" __title__ = "pomice" __author__ = "cloudwithax" diff --git a/setup.py b/setup.py index 303db05..0424e8b 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.4.1", + version="1.0.5", url="https://github.com/cloudwithax/pomice", packages=setuptools.find_packages(), license="GPL",