Skip to content

Commit

Permalink
head for version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kbr committed Aug 24, 2019
1 parent 53d16d1 commit 3bcb378
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fritzconnection/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# new since 0.6.5
package_version = '0.7.0'
package_version = '0.8.1'

from .fritzconnection import (
FritzConnection,
Expand Down
2 changes: 1 addition & 1 deletion fritzconnection/fritzconnection.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
Author: Klaus Bremer
"""

__version__ = '0.8.0'
__version__ = '0.8.1'

import os, argparse
import requests
Expand Down
2 changes: 1 addition & 1 deletion fritzconnection/fritzstatus.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Author: Klaus Bremer
"""

__version__ = '0.8.0'
__version__ = '0.8.1'

import argparse
import collections
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name = 'fritzconnection',
version = '0.8.0',
version = '0.8.1',
packages = find_packages(),
license = 'MIT',
description = 'Communicate with the AVM FritzBox',
Expand Down

0 comments on commit 3bcb378

Please sign in to comment.