From 1ab8dd487778ef3c0c8eae289e7d02158a5e3395 Mon Sep 17 00:00:00 2001 From: Anthony Garcia Date: Sun, 1 Mar 2015 13:12:51 -0700 Subject: [PATCH] Bump version to 4.18 --- steam/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam/__init__.py b/steam/__init__.py index 4bf280b..9d9e1d7 100644 --- a/steam/__init__.py +++ b/steam/__init__.py @@ -4,7 +4,7 @@ Distributed under the ISC License (see LICENSE) """ -__version__ = "4.17" +__version__ = "4.18" __author__ = "Anthony Garcia" __contact__ = "anthony@lagg.me" __license__ = "ISC"