Skip to content

Commit

Permalink
Inc version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Mar 7, 2013
1 parent f738f8a commit a411ca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion power/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def on_time_remaining_change(self, power_management):
# PowerManagementObserver.register(Observer)
"""
__author__ = '[email protected]'
__version__ = '1.1'
__version__ = '1.2'

from sys import platform
from power.common import *
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@


setup(
name="Power",
version="1.1",
name="power",
version="1.2",
description="Cross-platform system power status information.",
author="Ilya Kulakov",
author_email="[email protected]",
Expand Down

0 comments on commit a411ca4

Please sign in to comment.