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 5, 2020
1 parent 01ae4e4 commit 359c7a5
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.4',
version = '2.1.5',
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.4.tar.gz',
download_url = 'https://github.com/PowerBroker2/WarThunder/archive/2.1.5.tar.gz',
keywords = ['War Thunder'],
classifiers = [],
)

0 comments on commit 359c7a5

Please sign in to comment.