Skip to content

Commit ccf437e

Browse files
committed
Bump version number.
1 parent 8fa5652 commit ccf437e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

power/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ def on_time_remaining_change(self, power_management):
1717
# ...
1818
# PowerManagementObserver.register(Observer)
1919
"""
20-
__author__ = '[email protected]'
21-
__version__ = '1.2'
20+
__version__ = '1.3'
2221

2322
from sys import platform
2423
from power.common import *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="power",
18-
version="1.2",
18+
version="1.3",
1919
description="Cross-platform system power status information.",
2020
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.",
2121
author="Ilya Kulakov",

0 commit comments

Comments
 (0)