Skip to content

Commit

Permalink
version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nouman0103 authored Apr 15, 2022
1 parent e9bd19f commit 6f3af87
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,25 @@

setup(
name="winerp",
version="1.1.1",
version="1.1.2",
description="Websocket based IPC for discord.py bots",
long_description="...",
long_description_content_type="text/markdown",
url="https://github.com/BlackThunder01001/winerp",
project_urls={
"Bug Tracker": "https://github.com/BlackThunder01001/winerp/issues",
"Documentation": "https://winerp.readthedocs.io/en/latest/",
},
author="BlackThunder",
author_email="[email protected]",
license="MIT",
classifiers=[
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Operating System :: OS Independent",
"Typing :: Typed",

],
packages=["winerp"],
Expand Down

0 comments on commit 6f3af87

Please sign in to comment.