diff --git a/setup.py b/setup.py index 05ed6a8..00182e3 100644 --- a/setup.py +++ b/setup.py @@ -6,14 +6,14 @@ setup( name = 'WarThunder', packages = ['WarThunder'], - version = '2.3.1', + version = '2.3.2', description = 'Python package used to access air vehicle telemetry while in War Thunder air battles', long_description = long_description, long_description_content_type = "text/markdown", author = 'Power_Broker', author_email = 'gitstuff2@gmail.com', url = 'https://github.com/PowerBroker2/WarThunder', - download_url = 'https://github.com/PowerBroker2/WarThunder/archive/2.3.1.tar.gz', + download_url = 'https://github.com/PowerBroker2/WarThunder/archive/2.3.2.tar.gz', keywords = ['War Thunder'], classifiers = [], install_requires = ['imagehash', 'requests', 'Pillow', 'simplejson']