Browse Source

bump to v0.8.3

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

4
steam/__init__.py

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

Loading…
Cancel
Save