Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliamVadocz committed Mar 12, 2021
1 parent dca32cb commit 3de82e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
setup(
name="tmcp",
packages=["tmcp"],
version="0.8.0",
version="0.8.1",
license="MIT",
description="Helper classes for the Team Match Communication Protocol.",
long_description=long_description,
long_description_content_type="text/markdown",
author="Viliam Vadocz",
author_email="[email protected]",
url="https://github.com/ViliamVadocz/tmcp/",
download_url="https://github.com/ViliamVadocz/tmcp/archive/v_0_8_0.tar.gz",
download_url="https://github.com/ViliamVadocz/tmcp/archive/v_0_8_1.tar.gz",
keywords=["RLBot", "protocol"],
install_requires=["rlbot"],
classifiers=[
Expand Down

0 comments on commit 3de82e9

Please sign in to comment.