Skip to content

Commit

Permalink
🆕21 version ogame 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PiecePaperCode committed Jul 15, 2021
1 parent ada5d8a commit 05c5ab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ OGame is a browser-based, money-management and space-war themed massively multip
two million accounts.

This lib is supposed to help write scripts and bots for your needs.
it supports ogame_version: `7.6.6`
it supports ogame_version: `8.1.0`
version `21`

## install
Expand All @@ -14,7 +14,7 @@ pip install ogame
</pre>
update
<pre>
pip install ogame==7.6.6.20
pip install ogame==8.1.0.21
</pre>
dont want to wait for new updates download direct from the develop branch
<pre>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='ogame',
packages=['ogame'],
version='7.6.6.21',
version='8.1.0.21',
license='MIT',
description='lib for the popular browsergame ogame',
author='PapeprPieceCode',
Expand Down

0 comments on commit 05c5ab8

Please sign in to comment.