Changed version values in __init__

This commit is contained in:
cloudwithax 2021-09-25 14:02:02 -04:00
parent 07b158988a
commit 02d0a8bd0d
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
"""Big poopoo peepee moment"""
"""Pomice wrapper for Lavalink, made possible by cloudwithax 2021"""
__version__ = "1.0.6.2"
__version__ = "1.0.1"
__title__ = "pomice"
__author__ = "cloudwithax"

View File

@ -7,7 +7,7 @@ with open("README.md") as f:
setuptools.setup(
name="pomice",
author="cloudwithax",
version="1.0.0",
version="1.0.1",
url="https://github.com/cloudwithax/pomice",
packages=setuptools.find_packages(),
license="GPL",