Skip to content

Commit

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

from sys import platform
from power.common import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="power",
version="1.2",
version="1.3",
description="Cross-platform system power status information.",
long_description="Library that allows you get current power source type (AC, Battery or UPS), warning level (none, <22%, <10min) and remaining minutes. You can also observe changes of power source and remaining time.",
author="Ilya Kulakov",
Expand Down

0 comments on commit ccf437e

Please sign in to comment.