Skip to content

Commit

Permalink
Bump version to 4.11, bump copyright year because why not
Browse files Browse the repository at this point in the history
  • Loading branch information
Lagg committed Oct 1, 2014
1 parent f817df2 commit f51f740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
Distributed under the ISC License (see LICENSE)
"""

__version__ = "4.10"
__version__ = "4.11"
__author__ = "Anthony Garcia"
__contact__ = "anthony@lagg.me"
__license__ = "ISC"
__copyright__ = "Copyright (c) 2010-2013, " + __author__
__copyright__ = "Copyright (c) 2010-2014, " + __author__

__all__ = [
"api", "apps", "items", "loc",
Expand Down

0 comments on commit f51f740

Please sign in to comment.