Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
offish authored Apr 27, 2020
1 parent 2bfe3c1 commit 46ea626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steam_community_market/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
__title__ = 'steam_community_market'
__author__ = 'offish'
__license__ = 'MIT'
__version__ = '1.2.0'
__version__ = '1.2.1'

from .market import Market
from .request import request
from .enums import ESteamCurrency, AppID
from .enums import ESteamCurrency, AppID

0 comments on commit 46ea626

Please sign in to comment.