Changed version values in __init__
This commit is contained in:
parent
07b158988a
commit
02d0a8bd0d
|
|
@ -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"
|
__title__ = "pomice"
|
||||||
__author__ = "cloudwithax"
|
__author__ = "cloudwithax"
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -7,7 +7,7 @@ with open("README.md") as f:
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="pomice",
|
name="pomice",
|
||||||
author="cloudwithax",
|
author="cloudwithax",
|
||||||
version="1.0.0",
|
version="1.0.1",
|
||||||
url="https://github.com/cloudwithax/pomice",
|
url="https://github.com/cloudwithax/pomice",
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
license="GPL",
|
license="GPL",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue