Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Jan 8, 2015
1 parent 4f9e9a8 commit dff8c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion power/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def on_time_remaining_change(self, power_management):
# ...
# PowerManagementObserver.register(Observer)
"""
__version__ = '1.3'
__version__ = '1.4'

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.3",
version="1.4",
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 dff8c7b

Please sign in to comment.