Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerBroker2 authored Jan 6, 2020
1 parent 0958cc0 commit ab93ed8
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 @@ -3,12 +3,12 @@
setup(
name = 'WarThunder',
packages = ['WarThunder'],
version = '2.1.6',
version = '2.1.7',
description = 'Python package used to access air vehicle telemetry while in War Thunder air battles',
author = 'Power_Broker',
author_email = '[email protected]',
url = 'https://github.com/PowerBroker2/WarThunder',
download_url = 'https://github.com/PowerBroker2/WarThunder/archive/2.1.6.tar.gz',
download_url = 'https://github.com/PowerBroker2/WarThunder/archive/2.1.7.tar.gz',
keywords = ['War Thunder'],
classifiers = [],
)

0 comments on commit ab93ed8

Please sign in to comment.