Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerBroker2 committed Jan 6, 2020
1 parent 13e5170 commit 7e05918
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.8',
version = '2.1.9',
description = 'Python package used to access air vehicle telemetry while in War Thunder air battles',
author = 'Power_Broker',
author_email = 'gitstuff2@gmail.com',
url = 'https://github.com/PowerBroker2/WarThunder',
download_url = 'https://github.com/PowerBroker2/WarThunder/archive/2.1.8.tar.gz',
download_url = 'https://github.com/PowerBroker2/WarThunder/archive/2.1.9.tar.gz',
keywords = ['War Thunder'],
classifiers = [],
)

0 comments on commit 7e05918

Please sign in to comment.