Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
On branch master
Browse files Browse the repository at this point in the history
 Changes to be committed:

	modified:   macaddress/__init__.py
	modified:   setup.py
  • Loading branch information
critical-path committed May 31, 2019
1 parent fef193f commit cd4d69c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion macaddress/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__author__ = "critical-path"

__version__ = "0.5.0"
__version__ = "0.7.0"

__all__ = [
"ExtendedIdentifier48",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="macaddress",
version="0.5.0",
version="0.7.0",
description="The macaddress library makes it easy to work with media access control (MAC) addresses.",
url="https://github.com/critical-path/macaddress",
author="critical-path",
Expand Down

0 comments on commit cd4d69c

Please sign in to comment.