Browse Source

bump to v0.8.2

pull/41/head
Rossen Georgiev 9 years ago
parent
commit
3a2a844e24
  1. 4
      steam/__init__.py

4
steam/__init__.py

@ -1,7 +1,7 @@
__version__ = "0.8.1" __version__ = "0.8.2"
__author__ = "Rossen Georgiev" __author__ = "Rossen Georgiev"
version_info = (0, 8, 1) version_info = (0, 8, 2)
from steam.steamid import SteamID from steam.steamid import SteamID
from steam.globalid import GlobalID from steam.globalid import GlobalID

Loading…
Cancel
Save