Skip to content

Commit

Permalink
Updateversion
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerBroker2 committed May 28, 2023
1 parent 2985b3c commit cd498f1
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,14 +6,14 @@
setup(
name = 'WarThunder',
packages = ['WarThunder'],
version = '2.3.3',
version = '2.3.4',
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.3.tar.gz',
download_url = 'https://github.com/PowerBroker2/WarThunder/archive/2.3.4.tar.gz',
keywords = ['War Thunder'],
classifiers = [],
install_requires = ['imagehash', 'requests', 'Pillow', 'simplejson']
Expand Down

0 comments on commit cd498f1

Please sign in to comment.