Browse Source

bump to v0.7.3

pull/34/head 0.7.3
Rossen Georgiev 9 years ago
parent
commit
ad7b1048cc
  1. 4
      steam/__init__.py

4
steam/__init__.py

@ -1,7 +1,7 @@
__version__ = "0.7.2"
__version__ = "0.7.3"
__author__ = "Rossen Georgiev"
version_info = (0, 7, 2)
version_info = (0, 7, 3)
from steam.steamid import SteamID
from steam.webapi import WebAPI

Loading…
Cancel
Save